smiler44
07-19-2008, 02:46 AM
Where on my pc should vba5.dll be? I have a project that works fine in design time but once an executable file is made the executeable can not find vba5.dll. Searching the internet all the example code I have found is the same but still it all fails when I make an exe file.
Do I need to register the vba5.dll?
thanks for looking
smiler44
georgedwilkinson
07-19-2008, 08:44 AM
Totally off the top of my head:
You need to place vba5.dll in c:\Windows\System32
You should be able to download it from http://www.pcrepaircentral.com/dll_v_3.html
Yes, you probably should register it. See http://consumerdocs.installshield.com/selfservice/viewContent.do?externalId=Q108199&sliceId=1.
smiler44
07-19-2008, 01:49 PM
Thanks.
I tried putting a copy of vba5.dll in the c\windows\system32 directory.
my program errored and closed.
I tried registering the vba5.dll and got an error saying the dll registerserver entry point was not found can not register dll.
I go from one problem to another, I'm so close to getting my project to run yet I may as well be a million miles away. Any ideas on what to do?
:rolleyes:
georgedwilkinson
07-19-2008, 01:51 PM
Sounds like you might need to repair your installation of Windows/Visual Studio?
smiler44
08-04-2008, 02:32 PM
Have resolved this by re writing program