Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In the following code outline, I need to make a call to a DLL.
Question 1: Where would this code go: Question 2: In the Declare statement can I alias both api call with the same name and just use the one alias name in the execution? ' If Mac evaluates as true, do the statements following the #If. #If Mac Then '. Place exclusively Mac statements here. '. '. ' Otherwise, if it is a 32-bit Windows program, do this: #ElseIf Win32 Then '. Place exclusively 32-bit Windows statements here. '. '. ' Otherwise, if it is a 32-bit Windows program, do this: #Else Win16 then '. Place exclusively 32-bit Windows statements here '. '. #End If Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to end my macro in If-else-Endif | New Users to Excel | |||
if elseif | Excel Discussion (Misc queries) | |||
ElseIf | Excel Programming | |||
If...Elseif...End If | Excel Programming | |||
optimize cycle's speed - For, Next or DO, UNTIL; IF-THEN, ENDIF or CASE, ENDCASE | Excel Programming |