Excel VBA on Mac OSX

S

Sean Arney

Does anyone know why the Mid method of the Strings class of VBA library does
not seem to be found on Mac? I am using Mid to do some string manipulations
and it will not compile - says Lib can not be found, yet the Object browser
clearly shows it as a method of the Strings class, VBA Lib! The VBA Lib is
properly referenced in my Module.

Thanks,

SeanA
 
S

Steve Jorgensen

It may be the same thing that happens on the PC. If any of the referenced
libraries is missing, none of them work. Are there any missing references?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top