Hi, I don't know if there's a built-in way to do that, but you could use Edit-Find/Replace in the IDE to substitute any Private label with its Public counterpart (eventually limiting the replacement to a specific section of your declarations).
BTW, I find it safer to have a default of Private. In general, limiting the scope of a variable to the "section" of code where it's really needed it's better, IMHO.