Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Getting Excel error when trying to hide columns. Why? | Excel Discussion (Misc queries) | |||
activesheet paste error | Excel Programming | |||
ActiveSheet.Paste error in XP | Excel Programming | |||
If ActiveSheet = .. then - I get an error | Excel Programming | |||
ActiveSheet.Paste error | Excel Programming |