View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.misc
JE McGimpsey JE McGimpsey is offline
external usenet poster
 
Posts: 4,624
Default XLstart for Mac?

In article ,
Raza wrote:

Now my other problem is that none of my old macros work! :(


That's not very specific, so it's hard to suggest a solution.

You might want to post on the MacXL newsgroup:

microsoft.public.mac.office.excel



Couple of things:

1) MacOffice VBA is VBA5, so VBA6-specific code (e.g., VBA Replace(),
Join(), Split(), Rnd()) won't work.

2) ActiveX controls are Windows only - replace them with Forms toolbar
controls.

3) A very few commands have different syntax (e.g., GetOpenFileName).