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

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.