Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 661
Default Hide form page

I have a form with a multipage control.

I want to hide or show the relevant pages dependant on user selections.

How can I hide a page with VBA ?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 489
Default Hide form page

For a multiphage control you can use this.

MultiPageName.Pages(0).Visible = False

I'm not sure what pages you want to hide, but you can modify this a little
to suit your macro. Just change the 0 to which ever page you want hidden.

Hope this helps! If so, click "YES" below.

--
Cheers,
Ryan


"Paul" wrote:

I have a form with a multipage control.

I want to hide or show the relevant pages dependant on user selections.

How can I hide a page with VBA ?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hide the X on a user form David A. Excel Programming 7 August 3rd 07 01:09 AM
How do I hide the form? Andy Dorph Excel Programming 2 March 1st 06 06:55 PM
Hide a page in a multi page userform Ian Mangelsdorf Excel Programming 1 October 27th 04 09:06 AM
Form wont hide Tom Ogilvy Excel Programming 1 June 3rd 04 09:21 PM
how to put a reference from a page of a multipage form to another page Valeria[_2_] Excel Programming 2 January 25th 04 08:21 AM


All times are GMT +1. The time now is 01:00 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"