Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Note to OP... Be carefull with mixing qualified references and global references to cells. Set myrange = Worksheets("Chart").Range(Cells(startx, column), Cells(weekx, column)) will pickup the GLOBAL cells (activesheet) NOT the cells of Worksheets("chart") use: with worksheets("chart") union( .cells(55,2).resize(,3),.cells(55,9)) end with -- keepITcool | www.XLsupport.com | keepITcool chello nl | amsterdam Ron de Bruin wrote : Hi jopu Try this Union(Range(Cells(55, 2), Cells(55, 4)), Cells(55, 9)).Select |
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 |