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

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
 
H

Harlan Grove

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.
 
J

jose luis

Thanks Harlan , I appreciate the tip. I wil do that since my applicatio
needs the macros to run at 100%.

Regards

Jose Lui
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top