Programming Tips - How can I correct the formatting of some source code?

Date: 2016may12 Product: Visual Studio 8 OS: Windows Q. How can I correct the formatting of some source code? A. Select it. Or use Control-A to select all of a file. Then do:
Edit > Advanced > Format Selection
It works ok. But messes up the formatting commented out code.