View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ludo Ludo is offline
external usenet poster
 
Posts: 74
Default Excel for Windows/Excel for mac compatible?

On 25 mei, 00:04, mondrogan wrote:
I started coding an app for a client. I am using excel 2007 for windows. I just found out he uses Excel 14. something for the mac. Will my code be compatible? Can I do a conversion to made it compatible?

Thanks in advance.


Hi,

There are certain codes that are not compatible or even don't exist
for a MAC.
If you have any question if a command wil run on a MAC, put the cursor
just before the command (example: |Range("A1").select) and press F1.
I think that the basic commands (cell operations) will be compatible,
but check the commands that will interact with the harddrive
(Directories, ...) and keyboard actions.

succes!
Ludo