Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
mwl mwl is offline
external usenet poster
 
Posts: 18
Default How to unhide rows in Excel form?

I'm creating a questionnaire in Excel 2002 and I want to achieve the following:

Ask an initial question, via a form, where the user will answer by selecting a radio button.


Depending upon the radio button selected, I want to ask one or more questions but I don't want these questions to be visible until the original question has been answered.


How can this be done?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,346
Default How to unhide rows in Excel form?

Hi,

Yes. You can change the size of the form in response to the
Optionbutton_Click event.

Private Sub OptionButton1_Click()
Me.Height = 200
End Sub

Private Sub OptionButton2_Click()
Me.Height = 100
End Sub

--
If this helps, please click the Yes button

Cheers,
Shane Devenshire


"MWL" wrote:

I'm creating a questionnaire in Excel 2002 and I want to achieve the following:

Ask an initial question, via a form, where the user will answer by selecting a radio button.


Depending upon the radio button selected, I want to ask one or more questions but I don't want these questions to be visible until the original question has been answered.


How can this be done?

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
unable to unhide rows in excel Charlene Excel Discussion (Misc queries) 2 October 14th 08 04:06 AM
unhide row does not unhide the hidden rows nikita Excel Worksheet Functions 4 May 24th 08 02:59 PM
I'm unable to unhide rows 1-3 in Excel CShobe Excel Discussion (Misc queries) 2 March 13th 08 07:48 PM
Unable to unhide any Rows beyond Row 1022 in excel MikeM Excel Worksheet Functions 1 January 26th 07 05:31 AM
How do I unhide rows 1 through 28 on an Excel worksheet? Spokeshave Excel Worksheet Functions 2 January 12th 05 04:03 PM


All times are GMT +1. The time now is 02:29 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"