Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
myName:
=OFFSET(Sheet1!$A$1,0,0,COUNTA(Sheet1!$A:$A),COUNT A(Sheet1!$1:$1)) If only for use in VBA, you say 'Select', simply ws.Range("A1").CurrentRegion.Select Both the above assumes your first record starts in A1 Regards, Peter T "CellShocked" <cellshocked@thecellvalueattheendofthespreadsheet. org wrote in message ... I want to select the entire contents of a worksheet, but that data set will change each time I open it as records will be added to it every day. I want to always choose all records, and there will never be any non-contiguous rows in the data or blank rows in it. So I can make a direct call to it and always get all of it by way of the named range. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
dynamic range based on criteria, within a dynamic range, passed to a function | Excel Programming | |||
creating a dynamic range based on criteria, within a dynamic range, and passing it to a function | Excel Programming | |||
getting the absolute range address from a dynamic named range | Excel Programming | |||
copying dynamic range based on cell outside of range | Excel Programming | |||
Excel 2000 VBA - Set Print Range in dynamic range | Excel Programming |