Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a couple macros that run on PC and Macs. I learned that I have
to put a "#" in front of the file access code to make the macro utilize the appropriate OS commands: Example: #If Win32 Then LoadFileName = Application.GetOpenFilename(FileFilter) #ElseIf Mac Then LoadFileName = Application.GetOpenFilename() #End If Can someone explain why the # is necessary and what it means? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I keep a zero (0) at the front of a set of numbers. | Excel Worksheet Functions | |||
IF Statements (Mutliple Statements) | Excel Worksheet Functions | |||
front end zero | Excel Discussion (Misc queries) | |||
zero in front of a number | Excel Discussion (Misc queries) | |||
operator statements, shorting when reusing one of the statements? | Excel Programming |