Tom,
I was not under the impression that all tools in visual basic were ActiveX.
With the exception of how the images are handled (see below), with Mac XL04,
I can see the command buttons, text boxes, etc. that I created in Wintel
XL03, including drilling down into the VB code (various events). There is
also a Toolbox with essentially the same base set of tools like Spinner,
Combo Box, Text Box, Image, etc. (no Additional Tools).
According to Mac XL04 Help file (in Visual Basic)
Differences between Excel VBA for Windows and Excel VBA for the Macintosh
Microsoft Excel for Windows and Microsoft Excel for the Macintosh both
provide specific support for the features and enhancements of the operating
system, or platform, that each product is designed for. (File-naming and
path-naming conventions and printer device support are examples of Windows-
and Macintosh-specific conventions.)
In addition, Excel for the Macintosh differs from Excel for Windows in the
following areas:
• On the Macintosh, ActiveX controls aren't available. The Additional
Controls command (Tools menu and Toolbox shortcut menu) is not available in
the Visual Basic Editor on the Macintosh.
• On the Macintosh, the PowerTalk mail system isn't supported.
• On the Macintosh, open database connectivity (ODBC) drivers are not
included with Excel.
Also Regarding pictures
Note When you share forms between a Windows-based computer and the
Macintosh, you may receive a run-time error message when you open a form that
contains a control with a picture on it. To avoid this problem when you are
sharing forms between a Windows-based computer and the Macintosh, use Windows
Bitmap (BMP) graphics only on form controls.
Not sure where I was headed, just sharing the information. I will spend a
little time this weekend looking at the bitmap image versus metafile.
Regards,
Tim