Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 33
Default Combobox to determine text for a range of cells

If a user selects "1" in a combobox on a userform I would like to load a set
of questions (named ranges Questions1, Questions2, etc.) in a worksheet
"LessonPlan". The range is, for example, I7 for one question, I9 for the
next, I11, etc. I7 and I8 are merged, I9 and I10 and merged, etc.
Currently, I am using something like:

With Worksheets("LessonPlan")
Select Case cmb2.Value
Case "1"
.Range("I7").Value = "Can students identify
characteristics/elements Blah"
.Range("19").Value = "Can students read, comprehend, and solve
blah"
Case "2"
.Range("I7").Value = "And yet another question"
etc., etc.

Is there an easier way using my named ranges? I'm wondering if the merging
of the cells makes a difference.

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
ComboBox for a range of cells Malka Excel Discussion (Misc queries) 2 February 16th 10 09:04 PM
determine which values in a range of cells make up a given total Sheri Beri Excel Discussion (Misc queries) 2 January 19th 10 01:34 PM
Determine whether a value is in a range of cells Carl Excel Discussion (Misc queries) 2 December 12th 05 12:23 AM
determine if cell address is within a range of cells SteelDetailer[_2_] Excel Programming 4 November 4th 05 04:04 PM
Determine which cells from a specific range equal a certain sum Maxter21 Excel Worksheet Functions 1 July 20th 05 09:44 PM


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