View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
norika norika is offline
external usenet poster
 
Posts: 1
Default Hidden Column in VBA

How do I change the command line and let me go to cell A1?

I try to change
from wks.Range("A:A").EntireColumn.Hidden = True
to wks.Range("A1").Select

Of course, it failed.

Norika


---
Message posted from http://www.ExcelForum.com/