ivymike
Mechanical
- Nov 9, 2000
- 5,653
I've got a spreadsheet with some macros to automate various tasks. It does all the things I intend for it to do... but only on my computer. When I open it from another user's computer, none of the built-in VBA functions seem to work. I can't find any missing library references.
Btw, when I say "none," I mean it. For example, the Mid() function doesn't work unless I call it as VBA.strings.Mid(), the "Like" statement doesn't seem to work, etc.
Btw, when I say "none," I mean it. For example, the Mid() function doesn't work unless I call it as VBA.strings.Mid(), the "Like" statement doesn't seem to work, etc.