|
-
Feb 29th, 2012, 02:49 PM
#2
Re: Manipulate Access form controls from VB6 Dll
With VB6, the trick was to pass the DLL an instance of the VB.Global object & that object contains the forms collection, among other stuff. With that forms collection, one can then access the controls on a specific form
VBA seems to have a similar Global object named: VBA.Global
Worth a shot, here's more info on the technique. Sample cannot be used directly as-is.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|