I don´t want to let them run in a Mac

  • Thread starter Thread starter jose luis
  • Start date Start date
J

jose luis

Hello,

I´m trying to prevent a file to run in a Mac system (OS 9 , OS X)
Could you give a hint on how to detect this situation to impede th
user to run the app?


thanks in advance,

Regards
Jose Lui
 
jose luis > said:
I´m trying to prevent a file to run in a Mac system (OS 9 , OS X)
Could you give a hint on how to detect this situation to impede the
user to run the app?

You could use Application.OperatingSystem in a Workbook_Open event handler,
but it wouldn't work if users disable macros. Unless your workbook mainly
runs macros, there's no way to prevent it from running on Macs.
 
Thanks Harlan , I appreciate the tip. I wil do that since my applicatio
needs the macros to run at 100%.

Regards

Jose Lui
 
Back
Top