Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'm trying to learn to use the multi-page control a
little, and started out right with the online help's example. However, when it tries to execute the line: Set MyTextBox = MultiPage1.Pages (MultiPage1.Value).Controls.Add ("MSForms.TextBox.1", "MyTextBox", Visible) (line is not broken into 3 lines in the code, continuation characters are not the problem), I get the error: *************** Run-time error '-2147221005(800401f3)': Invalid class string *************** Well, that's all well and good, but I assume it's actually trying to tell me something? My guess as to what that would be is that it doesn't recognize the "MSForms.TextBox.1" part of the .add code? But, assuming I'm correct, my trouble is that I don't know where to go to fix that. I'm hoping others know. And, if one were to want to switch from one page of a multipage to another, in code, what ist the method or command? it's not .select it's not .activate, it's not .setfocus, it's not .goto, it's not..... what is it? (and, I dont' suppose there's anyone who has yet come up with a way to get MS Help to BE helpful?) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I e-mail 1 page of a multi page workbook | Excel Discussion (Misc queries) | |||
two questions, Yes/No form control, and how did they create this adjustable area on the sheet... | Excel Worksheet Functions | |||
Excel 2007 vs. 2003 VBA Control Questions | Excel Discussion (Misc queries) | |||
Get header only on first page of multi page excel file | Excel Discussion (Misc queries) | |||
Further ActiveX Control (TextBox) questions | Excel Programming |