Detecting Mac Plataform

J

jose luis

Hi!

Exists a way to know in wich plataform are we running an Excel Progra
? The idea is catching if the PC uses Win or Mac (OS) system from VBA?

Thank you all,


Jose Lui
 
T

Tom Ogilvy

Application.Operatingsystem

from help:
Returns the name and version number of the current operating system ¾ for
example, "Windows (32-bit) 4.00" or "Macintosh 7.00". Read-only String
 
Top