Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
does hiding columns effect operation of VBA code? Does the code still count
the columns even tho hidden? Not experienced greatly in code writing. If code still counts hidden columns I can handle my problem. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can test yourself
Sub countcols() MsgBox ActiveSheet.Columns.Count End Sub -- Don Guillett SalesAid Software "Curt" wrote in message ... does hiding columns effect operation of VBA code? Does the code still count the columns even tho hidden? Not experienced greatly in code writing. If code still counts hidden columns I can handle my problem. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
print out hideing | Excel Discussion (Misc queries) | |||
Hideing and unhiding worksheets | Excel Programming | |||
Combine multiple columns into two long columns, Repeating rows in first column | Excel Discussion (Misc queries) | |||
Combine multiple columns into two long columns, Repeating rows in first column | Excel Discussion (Misc queries) | |||
Excel 2007 extra columns - but transposing columns still not working! | Excel Programming |