Thanks for the tip. I found the suggested file but still not what I'm
looking for. For some reason all of the documentation I've found so far
leaves out any mention of the controls property of the page object. I know
the property exists cause I can see it in the type library and also its
mentioned in the docuemtation for the CustomPropertyChange event.
As far as I can see the controls property is the only way of programatically
referencing a specific control on a form, as such it seems pretty important
and deserves some mention somewhere. Or is there some other way of
referencing a specific control. Specifically I'm trying to assign an event
handler to the onClick of a command button from my add-ins code. I realize
this isn't a vba issue exactly but I couldn't figure out where else to ask.
"Eric Legault [MVP - Outlook]" <(E-Mail Removed)> wrote in
message news:75D500F6-CE09-49DC-81E3-(E-Mail Removed)...
> Try the OLFM10.CHM file; it should be in the Program Files\Microsoft
> Office\Office10[11]\1033 directory.
>
> --
> Eric Legault - B.A, MCP, MCSD, Outlook MVP
> --------------------------------------------------
> {Private e-mails ignored}
> Job: http://www.imaginets.com
> Blog: http://blogs.officezealot.com/legault/
>
>
> "Al Berg" wrote:
>
>> The documentation for the Outlook Object Model doesn't seem to cover
>> parts
>> of the Forms Object Model. Specifically, I'm looking of docs on the Page
>> object (from the Pages Collection Object). I've found reference to bits
>> of
>> it in some of the example code (like in the docs for the
>> CustomPropertyChange event).
>>
>> Somewhere I found instructions to go look in the FM20.CHM help file which
>> I
>> was able to track down but this doesn't seem to be correct either since
>> it
>> doesn't even mention the Page.Controls property.
>>
>> Thanks
>> AB
>>
>>
>>