Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 17
Default Hide a page in a multi page userform

I have set up a multi page user form and wish to have the user select
a range of tests per sample (using check boxes). I would like to have
the corresponding page not visble unless the checkbox. value=true

I have used this code

Private Sub Chk_ff_Click()

If Chk_ff.Value = True Then
SCAL_Data.pg_ff.visable = True
Else: pg_ff.visable = False
End If
End Sub

with pg_ff being the name I have given the secified page and SCAL_data
being the name of the form.

I am getting an object required error.

Any hints would be great

Cheers

ian
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
How do I e-mail 1 page of a multi page workbook Lynne Hicks Excel Discussion (Misc queries) 3 March 25th 10 12:58 PM
Get header only on first page of multi page excel file betwms Excel Discussion (Misc queries) 3 March 29th 06 05:47 PM
I want to print multi pages on one page. Laurie Excel Discussion (Misc queries) 2 August 24th 05 11:44 AM
multi page copy Jon Excel Discussion (Misc queries) 0 March 22nd 05 04:13 PM
multi-page control questions... mark Excel Programming 4 August 5th 04 04:04 PM


All times are GMT +1. The time now is 06:54 AM.

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"