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


Good afternoon all,

I have a userform that uses a multipage control. There are 5 pages
included. On the first page, users will have a few options to select
from. Based on their selections, the users will have to enter
information on certain pages of the other four. To prevent users from
entering information on the incorrect page, I was wondering if there is
a way to deactivate, i.e. prevent users from selecting, certain pages.

I know that I could do this with a series of userforms instead of the
multipage control but I was just hoping I could use the multipage
control to keep everything contained in the one form.

Any ideas?
Cheers
dw


--
toocold
------------------------------------------------------------------------
toocold's Profile: http://www.excelforum.com/member.php...o&userid=31608
View this thread: http://www.excelforum.com/showthread...hreadid=533829

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Multipage question

You can use the Enabled property. E.g.,

Me.MultiPage1.Pages(0).Enabled = False

Pages are numbered starting at zero up to PageCount - 1.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com



"toocold"
wrote in message
...

Good afternoon all,

I have a userform that uses a multipage control. There are 5
pages
included. On the first page, users will have a few options to
select
from. Based on their selections, the users will have to enter
information on certain pages of the other four. To prevent
users from
entering information on the incorrect page, I was wondering if
there is
a way to deactivate, i.e. prevent users from selecting, certain
pages.

I know that I could do this with a series of userforms instead
of the
multipage control but I was just hoping I could use the
multipage
control to keep everything contained in the one form.

Any ideas?
Cheers
dw


--
toocold
------------------------------------------------------------------------
toocold's Profile:
http://www.excelforum.com/member.php...o&userid=31608
View this thread:
http://www.excelforum.com/showthread...hreadid=533829



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Multipage question


Thanks Chip.

I figured it was something simple like that but I hadn't sorted it out.
It is working now.

Cheers,
dw


--
toocold
------------------------------------------------------------------------
toocold's Profile: http://www.excelforum.com/member.php...o&userid=31608
View this thread: http://www.excelforum.com/showthread...hreadid=533829

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
MultiPage Form Question NFL Excel Discussion (Misc queries) 4 December 30th 09 02:21 PM
Multipage tab question capt Excel Discussion (Misc queries) 3 February 2nd 08 12:18 PM
Multipage control question Sandy Excel Programming 9 November 11th 05 07:54 PM
multipage userform question JT Excel Programming 1 October 25th 05 03:18 PM
multipage question David Goodall Excel Programming 1 April 25th 04 01:32 PM


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

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

About Us

"It's about Microsoft Excel"