View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Myrna Larson Myrna Larson is offline
external usenet poster
 
Posts: 863
Default Macros don't work on another PC

In the VB editor on the problem machine, go to Tools/References. I'm sure
you'll find some that are marked as "missing". You have to uncheck these if
they aren't needed, or find them on this machine.

On Wed, 3 Nov 2004 13:19:07 -0800, "Larry Graff"
wrote:

Manual Man,

I have had the user execute the macro, the error is 'Can't find project or
library.' It seems to fail on the executable line in the macro. I have tried
this same macro on a test PC and updated some of the libraries. The macro
got further but died on a Set statement. I'm at a loss. Hope you have some
ideas.

"ManualMan" wrote:

HI there,

what are the errors you mentioned?

ManualMan