View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
papou[_7_] papou[_7_] is offline
external usenet poster
 
Posts: 41
Default vba - using multipage

Hello Alod
MsgBox "Activating page " & MultiPage1.Value + 1

HTH
Cordially
Pascal

"ajliaks " a écrit dans le message
de ...
Hi all,

I am using a multipage.
When I choose page2 in multipage, I want to show the message
"Activating Page 2".

I am trying something like this, but I get error:

Private sub Multipage1_Change
if multipage.page.item ("Page2) = true then
msgbox "Activating Page 2"
end if
End sub

Thanks in advance.
Aldo.


---
Message posted from http://www.ExcelForum.com/