[AccessD] CreateObject class names

Ryan W wrwehler at gmail.com
Fri Oct 28 12:56:21 CDT 2022


Using compiler directives is a cool idea! Thanks Jim!


On Fri, Oct 28, 2022 at 12:32 PM Jim Dettman via AccessD <
accessd at databaseadvisors.com> wrote:

>
>  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
>
> --
> 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