In converting from early to late binding it is necessary to change all built-in constants to their intrinsic values. MS used to provide the data facilitating this task on their website but I am unable to locate it now. I discovered that the intrinsic value for olFolderCalendar is 9 using the "Suck It And See" approach. Thank goodness that the value wasn't in the neighbourhood of 4000.
Can anyone provide a viable link to these data?
T.I.A.
Late Binding
-
- 5StarLounger
- Posts: 689
- Joined: 27 Jan 2010, 16:45
- Location: Ottawa, Ontario, Canada
Late Binding
Regards
Don
Don
-
- Administrator
- Posts: 12436
- Joined: 16 Jan 2010, 15:49
- Location: London, Europe
Re: Late Binding
In the VBE environment, you can View the Object Browser and then search for the constant you need
You do not have the required permissions to view the files attached to this post.
StuartR
-
- 5StarLounger
- Posts: 689
- Joined: 27 Jan 2010, 16:45
- Location: Ottawa, Ontario, Canada
Re: Late Binding
Thank you Stuart
That's so much easier than going to a web page and looking it up.
That's so much easier than going to a web page and looking it up.
Regards
Don
Don
-
- Microsoft MVP
- Posts: 652
- Joined: 24 Jan 2010, 17:51
- Status: Microsoft MVP
- Location: Weert, The Netherlands
Re: Late Binding
You can also use the debug window and type
?TheConstant
followed by an enter.
?TheConstant
followed by an enter.