pedie
Well-known Member
- Joined
- Apr 28, 2010
- Messages
- 3,875
Hi, I am thinking there is a way to do this.
I have i want to reference vba project that is located in db2, so click on > tools > reference > i browse for the file > and located db2 and selected it and then tested like.
it seems to work...however i set a password for vba project in db2 and then now when i try to run the same code it states err; "*Code not found...*"
Please advice.
Thanks in advance.
I have i want to reference vba project that is located in db2, so click on > tools > reference > i browse for the file > and located db2 and selected it and then tested like.
Code:
[/FONT]
[FONT=Courier New]sub test[/FONT]
[FONT=Courier New] run "db2codetest1"[/FONT]
[FONT=Courier New]end sub[/FONT]
[FONT=Courier New]
it seems to work...however i set a password for vba project in db2 and then now when i try to run the same code it states err; "*Code not found...*"
Please advice.
Thanks in advance.