View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Xcelion Xcelion is offline
external usenet poster
 
Posts: 39
Default VBA to unhide columns

Shiny ,

You could use like this open event
Sheet1.Columns.Hidden = True
Sheet1.Columns.AutoFit

Thanks
Xcelion



"shiney" wrote:


Hi
Can anyone give me a code to unhide or autofit columns automatically
when the worksheet is opened?
I tried to modify an On entry script I got off the web but can't figure
it out.
Thanks


--
shiney
------------------------------------------------------------------------
shiney's Profile: http://www.excelforum.com/member.php...o&userid=26817
View this thread: http://www.excelforum.com/showthread...hreadid=400706