Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to get a Union of ranges over multiple sheets? Something like:
Set RngA = Sheets(1).Range("A1:A5") Set RngB = Sheets(2).Range("B2:B10") Set Rng = Union(RngA, RngB) The above code give a "Method 'Union' of object '_Global' failed" Error, ie You can't Union ranges from multiple sheets. Does anyone know a workaround to this? Tx, Randall |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to update data from multiple sheets to one specific sheets | Excel Discussion (Misc queries) | |||
Union or Join Sheets | Excel Discussion (Misc queries) | |||
Multiple Sheets (Need to create 500 individual sheets in one workbook, pulling DATA | Excel Worksheet Functions | |||
Union Method with multiple worksheets | Excel Programming | |||
Changing the value in multiple sheets without selecting those sheets | Excel Programming |