Edward Zuris
edzedz at comcast.net
Wed Nov 19 21:18:44 CST 2008
I run into a problem like that from time to time. What I do to get around it, is sort of primitive. When in design mode of a VBA module, remove the offending reference(s), or any reference, then add it back in. Compile then and save. Sometimes when using a non-Microsoft OCX, that ends up in a different directory, or a system that is some how different, a similar issue occurs. It would be nice to find better work-a-round than what was just described. Andy Lacey wrote: > Hi folks > > If you have 2 machines with different versions of Office, and your app needs > a reference to Excel, how do you achieve that without errors? I kind of > stumble through this when I get it but I've never fully understood. > Sometimes it seems that if I compile on pc1 and copy to pc2 the app > recompiles when you start the app, whereas in other situations it seems to > error. Is it anything to do with which way you're doing it - eg if you > compile on a pc with, say, Office 2000 and then move the app to where > there's Office XP that's ok, but the reverse fails. Anything like that? > Anyone know the rule? > > I'm headed for bed so I'll look forward to your pearls of wisdom when I > crawl out of the sack. > > Cheers > > Andy Lacey > >