Nermal Moderator Original poster Staff member Dec 7, 2002 21,422 5,287 New Zealand Feb 9, 2005 #1 I'm writing an Excel app with VBA code, and due to the way I'm working with files, I need to know whether the code is being run on Mac or Windows. How can I tell which OS it's being run on? Thanks
I'm writing an Excel app with VBA code, and due to the way I'm working with files, I need to know whether the code is being run on Mac or Windows. How can I tell which OS it's being run on? Thanks
wrldwzrd89 macrumors G5 Jun 6, 2003 12,110 77 Solon, OH Feb 9, 2005 #2 Look what I found on Microsoft's site...
Nermal Moderator Original poster Staff member Dec 7, 2002 21,422 5,287 New Zealand Feb 9, 2005 #3 Aha! That'll do nicely Thanks!