I am developing a few macros on Windows Excel 2010 VBA and I want to make sure these macros will work on a Mac too but I am having difficulty finding the Object model for the Mac Excel 2011 VBA. I know there are some methods/properties that do not appear
to be working on the Mac so I was wondering if there is an object model available that I can look-up various objects to make sure they exist for the Mac. Specifically, I am interest in the following properties:
Application.UserName
Application.OrganizationName
Application.ProductCode
Application.OperatingSystem
Application.StartupPath
Application.TemplatesPath
Application.UserLibraryPath
Application.Version
I have also been told that GetSetting and SaveSetting works on the Mac but I have not been able to confirm this.
Thanks