Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Is it possible to Set a range so that I can use it on any worksheet in my workbook? Currently, I am selecting each sheet and then setting the range. What I would like to do is set it once and then be able to call it from any worksheet. Here is my range code: Dim rngsort As Range, rngsubtotal As Range ' I then set these ranges below on each sheet I am working on... Set rngsort = Range(Cells(4, 1), Cells(Rows.Count, 7).End(xlDown)) Set rngsubtotal = Range(Cells(3, 1), Cells(Rows.Count, 7).End(xlDown)) Thanks for any advice offered!!! -- Celt ------------------------------------------------------------------------ Celt's Profile: http://www.excelforum.com/member.php...o&userid=19413 View this thread: http://www.excelforum.com/showthread...hreadid=551126 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using the same range name on different worksheets in a workbook | Excel Discussion (Misc queries) | |||
Combine worksheets in multiple workbook in one workbook with a macro | Excel Discussion (Misc queries) | |||
Sum same cell/range of multiple worksheets within a workbook... | Excel Worksheet Functions | |||
Hide range of worksheets in a workbook | Excel Programming | |||
Link multiple worksheets in one workbook to another workbook and . | Excel Programming |