View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default error 438 on ActiveSheet.Columns(16).Hide?

ActiveSheet.Columns(16).Hidden = True

The ants are driving me crazy wrote:

Any idea why this line would error with error 438 ("Object does not
support property or method"):

ActiveSheet.Columns(16).Hide

- I'm using Excel 2003
- There is an active sheet
- It has worked previously
- The sheet is not protected or read-only


--

Dave Peterson