View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips Bob Phillips is offline
external usenet poster
 
Posts: 1,726
Default Another Multipage question

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.