G
Guest
I have a huge problem at work. I am new to VBA (about a week or so) and I
need to get a macro out to about 8 different people that someone else has
developed. He created it and then went on vacation for a week (nice guy,
huh?) Well, he did install it on one computer (the guinea pig), but I can't
seem to figure out how or where he did it. It is a macro that only runs when
you forward an e-mail, so I couldn't see the code on the guinea pig until I
had clicked forward on a dummy message. I thought I had it figured out then,
but now I can't get the the VBeditor from the same spot. (Why? I don't know).
So, anyway, this code is fairly foreign to me at this point, and I keep
getting a compile error when trying to run it on my computer, even though the
guinea pig works fine.
There are three different files that I see, but I don't know where to load
them.
The first is the main macro. It is a .bas file
The next two seem to be declarations:
2 is a .vbp
The beginning of the code looks like this
Type=Exe
Module=NewMacros; BiscomForward.ba
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Startup="Sub Main"
Command32=""
Name="Project1"
....
3 is a .vbw
It's code is simply this:
NewMacros = 22, 29, 621, 481, Z
What the crap do I do with these? I copied and pasted the first file into
my VBeditor, but I don't know what I need to do with the other two.
need to get a macro out to about 8 different people that someone else has
developed. He created it and then went on vacation for a week (nice guy,
huh?) Well, he did install it on one computer (the guinea pig), but I can't
seem to figure out how or where he did it. It is a macro that only runs when
you forward an e-mail, so I couldn't see the code on the guinea pig until I
had clicked forward on a dummy message. I thought I had it figured out then,
but now I can't get the the VBeditor from the same spot. (Why? I don't know).
So, anyway, this code is fairly foreign to me at this point, and I keep
getting a compile error when trying to run it on my computer, even though the
guinea pig works fine.
There are three different files that I see, but I don't know where to load
them.
The first is the main macro. It is a .bas file
The next two seem to be declarations:
2 is a .vbp
The beginning of the code looks like this
Type=Exe
Module=NewMacros; BiscomForward.ba
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINDOWS\system32\stdole2.tlb#OLE Automation
Startup="Sub Main"
Command32=""
Name="Project1"
....
3 is a .vbw
It's code is simply this:
NewMacros = 22, 29, 621, 481, Z
What the crap do I do with these? I copied and pasted the first file into
my VBeditor, but I don't know what I need to do with the other two.