View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default How can I set all Column widths 25?

Sometimes, recording a macro when you do it manually will be quicker than asking
and waiting for a response.

I usually open a new workbook and then record a macro in that workbook's
project. Then I copy|paste to its real home.


Jack wrote:

Thank you very much!!!

Would you know how to right justift all columns?

Thanks again for you help,

Jack

"merjet" wrote in message
ups.com...
Columns("A:IV").ColumnWidth = 25

Merjet



--

Dave Peterson