Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks in advance for any help you can provide.
Using XL2000 on WinXP I'm writing a procedure that uses Essbase to zoom-in or zoom-out on data within a worksheet. I want to use the same procedure for the zoom-in as the zoom-out, but have a variable tell the procedure what to do when it is called (zoom-in or zoom-out). Here's my procedure declaration: Sub Member_Zoom(ZoomDirection as ??) When I call Member_Zoom, I want a list a possible values for ZoomDirection to appear (i.e. In, Out) much like when you call a message box and the values for the buttons appear (i.e. vbOkOnly, vbOk, etc). Any ideas on how this is done? Thanks again. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Declaring variables | Excel Discussion (Misc queries) | |||
Declaring variables | Excel Programming | |||
Declaring Public Procedure | Excel Programming | |||
Declaring Variables | Excel Programming | |||
DEclaring variables | Excel Programming |