Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"John Green" skrev i melding
... Remove the parentheses that are around the argument list in the call to the subs. (or you use Call). My vote goes to "Call", I find that easier to read and maintain (but I know I'm in the minority): Sub alterSheet() Call Hide_Cells (Range("C22:L28")) End Sub Sub alterSheet2() Call Reveal_Cells (3,Range("C21:L28")) End Sub Best wishes Harald Followup to newsgroup only please |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Problem with code | Excel Discussion (Misc queries) | |||
VB Code Problem | Excel Discussion (Misc queries) | |||
XLS to CSV Code Problem | Excel Worksheet Functions | |||
Code problem | Excel Programming | |||
Code Problem ! | Excel Programming |