Access9001
Registered User.
- Local time
- Yesterday, 16:14
- Joined
- Feb 18, 2010
- Messages
- 268
Is there a way to have Redemption.dll automatically loaded/registered/referenced in Access VBA? Right now I am using:
Sub regRedemption()
Dim redPath as string
redPath = "C:\Redemption.dll" 'or whatever other path
shell "regsrv32.exe " & redPath, vbMaximizedFocus
End Sub
Only problem is that it seems to require some clicks/etc. I want this all to just be done by itself.
Sub regRedemption()
Dim redPath as string
redPath = "C:\Redemption.dll" 'or whatever other path
shell "regsrv32.exe " & redPath, vbMaximizedFocus
End Sub
Only problem is that it seems to require some clicks/etc. I want this all to just be done by itself.