REFERENCING A TAB PAGE

  • Thread starter Thread starter Tru Dixon
  • Start date Start date
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

code problem with form 3
Upgrade to 2007 causes slowdown 2
Deleting a Form Tab (Page) with VBA 5
Error on page 1
referencing tab on subform 3
vba problem with form code 1
Excel / SQLite 4
Tab Controls 7

Back
Top