[AccessD] CreateObject class names

Jim Dettman jimdettman at verizon.net
Fri Oct 28 12:32:27 CDT 2022


 Use the object browser after you've set a reference.

 As for late/early, do early at runtime, then late when you push to
production.  Good write-up on that is here:

https://www.devhut.net/vba-early-binding-and-late-binding-part-2/

Jim.

-----Original Message-----
From: AccessD On Behalf Of Ryan W
Sent: Friday, October 28, 2022 11:27 AM
To: Access Developers discussion and problem solving
<accessd at databaseadvisors.com>
Subject: [AccessD] CreateObject class names

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.
-- 
AccessD mailing list
AccessD at databaseadvisors.com
https://databaseadvisors.com/mailman/listinfo/accessd
Website: http://www.databaseadvisors.com



More information about the AccessD mailing list