View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default VBA Macros NOT cross platform?

I don't have a MAC, but I suspect the MAC version of Excel supports the old
style dialog sheet, so I would use that in both instances if you need to
move between platforms.

--
Regards,
Tom Ogilvy

"Mike Laufer" wrote in message
...
Button that I create on an Excel v.X for the Mac that run
a VB macro run fine on the mac. If I create the same
macro and button on the Excel 2002 for Windows 2000, it
also runs.

But, if I transfer the Mac file to the PC (or the PC
created file to the Mac), the macro buttons don't work!
They're like pasted graphics instead of buttons.

Anyone know how to get macro buttons to work cross
platform?