Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How to create name using relative reference? The table will be use in a Pivot
Table later in the macro. This is why I need to name a table. The table, change size everytime we extract this from a database. The macro is in the Personnal Macro to be use with many files. Right now the name is create, however I am missing some data when the table change size. The macro doesn't go under row 55 I tried different ways and nothing work. Rules: The table always start at cell: A4 Column A always have data and I use this one to trigger the last row of the table. # Of Rows change all the time. The last column is always: J Sometimes the last cells in column J do not have data Here what I did the last time Range("A4").Select Range(Selection, ActiveCell.SpecialCells(xlLastCell)).Select Application.CutCopyMode = False ActiveWorkbook.Names.Add Name:="HvacTable", RefersToR1C1:= _ "=Sheet1!R4C1:R55C12" ActiveCell.Select Thank you very much |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Relative Range Reference in a sumifs formula | Excel Worksheet Functions | |||
Range of cells: Convert relative reference into absolute | Excel Discussion (Misc queries) | |||
Macro using relative cell reference to set name for range | Excel Programming | |||
Using Relative Reference Function to apply to Range | Excel Programming | |||
Range.FormulaArray drops relative reference ? | Excel Programming |