REFERENCING A TAB PAGE

T

Tru Dixon

Having the damnest time trying to reference a tab control
page.

Tried these commands:

1) Dim pge As Page
Set pge = tabEEInfo.Pages(1)

2) Set pge = tabEEInfo!tabPersonal

3) Me!tabEEInfo("tabPersonal")

Each time I get this error message "Run Time Error '13'
Type Mismatch.

I can't believe I am having this much trouble.
 
Top