Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Can below piece of code be converted to use the "Cells" property: Code ------------------- Range("B55:D55,I55").Selec ------------------- I have a following piece of code used to determine range for a chart: Code ------------------- Set myrange = Worksheets("Chart").Range(Cells(startx, column), Cells(weekx, column) ------------------- but I would like to add a second range to it - like the cell "I55" in: Code ------------------- Range("B55:D55,I55").Selec ------------------- As I'm using variables to determine the range I need to use the "Cells property! Is this possible!? : -- jop ----------------------------------------------------------------------- jopu's Profile: http://www.excelforum.com/member.php...fo&userid=1662 View this thread: http://www.excelforum.com/showthread.php?threadid=31485 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
change "true" and "false" to "availble" and "out of stock" | Excel Worksheet Functions | |||
Count occurences of "1"/"0" (or"TRUE"/"FALSE") in a row w. conditions in the next | New Users to Excel | |||
Can you "duplicate" "copy" listboxes and code to multiple cells? | Excel Programming | |||
Using "Cells" to write "Range("A:A,H:H").Select" | Excel Programming |