[AccessD] CreateObject class names
Ryan W
wrwehler at gmail.com
Fri Oct 28 10:26:40 CDT 2022
Aside from Google, is there some way to find the class names when using
CreateObject.
eg:
dim re as Object
set re = CreateObect("vbscript.regexp") <-- found via google
Normally I don't latebind because you lose all sorts of intellisense and
stuff that comes with early binding but I'm working out some code that I
don't want to cause grief if someone doesn't have the reference on the
machine for whatever reason.
More information about the AccessD
mailing list