View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 1,327
Default Windows Excel application on Mac

Hate to say this: Yes, nothing but problems.

Mac VBA is still VB5 and lack the newer VB6 methods. Macs don't run ActiveX
controls in Excel. Windows API functions will err for obvious reasons. And
there's graphics; a little picture can take the whole thing down.

All those compatibility errors affect Mac owners, and this is where your
problems begin... <bg

Best wishes Harald

"vrk1" skrev i melding
...
I have a windows Excel application that I developed in VBA. I would like

to
use this app in a Mac Environment (Excel for Mac).

Has anyone experienced any problems in applications developed in Windows
environment but deployed in a Mac environment?

Please share your thoughts. Thanks.