Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
There is nothing wrong with the syntax, but is this helpful
With Me.MultiPage11 .Value = .Pages("overpg11").Index End With -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Benz" wrote in message ... Hello, Hopefully my question makes complete sense. I have a userform called "Premeeting", which has a multipage object . The tabs all have unique names. The first tab ("oversight") has a option-button..... what im tring to get it to do is. When that option-button is selected it goes to the hidden page11 or "overpg11". I've been trying everything but I think this is what is sapose to work: Me.MultiPage11.Value = 1 I know this is wrong but again i've tried everything. Thank you to everyone who helps. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
That is probably because your Multipage control is not called Multipage11.
You called it that in your original post, but it was probably just a type, you probably meant Multipage1. -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Benz" wrote in message ... Hi Bob, Thanks for the reply, I tried that and got an error "Complie error: method or data member not found" and it highlights MultiPage11. This is so frustrating!! :) "Bob Phillips" wrote: There is nothing wrong with the syntax, but is this helpful With Me.MultiPage11 .Value = .Pages("overpg11").Index End With -- --- HTH Bob (change the xxxx to gmail if mailing direct) "Benz" wrote in message ... Hello, Hopefully my question makes complete sense. I have a userform called "Premeeting", which has a multipage object . The tabs all have unique names. The first tab ("oversight") has a option-button..... what im tring to get it to do is. When that option-button is selected it goes to the hidden page11 or "overpg11". I've been trying everything but I think this is what is sapose to work: Me.MultiPage11.Value = 1 I know this is wrong but again i've tried everything. Thank you to everyone who helps. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MultiPage Form Question | Excel Discussion (Misc queries) | |||
Multipage tab question | Excel Discussion (Misc queries) | |||
Multipage question | Excel Programming | |||
multipage userform question | Excel Programming | |||
multipage question | Excel Programming |