Question re 'VBA and Macros for Microsoft Excel'

mattty

New Member
Joined
Nov 22, 2007
Messages
14
I have just bought this book. On p.6 there is a note saying that a list of general differences between VBA on Mac platforms can be found at http://www.mrexcel.com/macvba.html, which doesn't seem to exist.

Any ideas on if this has been moved, or if it is even still relevant?
 

Excel Facts

Convert text numbers to real numbers
Select a column containing text numbers. Press Alt+D E F to quickly convert text to numbers. Faster than "Convert to Number"
I don't have anything "pretty" and i have had a chance to test on the latest Macs, but here's a list I use:
  • application.screenupdating doesn't work
  • usersforms - don't recommend using big labels. We have no control over the fonts, so it can cause a problem. Actually, the more we can avoid UserForms, the better
  • ActiveX controls - do not work; have to use Form Controls
  • No dlls. That means if you want to let the user lookup a file, you have to do it the hard way
  • Functions: some VB functions may not be available - like split, replace
  • Database files: not allowed
  • Best rule: Program as if the user has Excel 97
 

Forum statistics

Threads
1,222,712
Messages
6,167,810
Members
452,141
Latest member
CaseyJones1979

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top