Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loading a project onto another computer 1

Status
Not open for further replies.

msstrang

Programmer
Sep 19, 2005
62
US
i have written a macro and saved it in a new project named "project.dvb".
i then loaded this project onto a coworker's computer and attempted to run the project, but the code stops on the following code:

y= RIGHT (X, 2)

the debugger hightlights the command "RIGHT"

this project works on my computer, i am baffled and any help would be great.

thanks. :)
 
Hi msstrang,

On your co-workers machine, in the VBA editor, check for any missing references, even if you have one checked but aren't using it, it can cause problems on someone else's machine who may not have that particular DLL/OCX.

HTH
Todd
 
sorry it took so long to respond to this, i've not been able to work on this particular program until today.

that solved my problem, the adobe svg viewer library wasn't on my coworker's machine, i simply copied my library onto his machine and viola!

thanks for your help, again. i feel like i should buy you a beer.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top