Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() A number of get-arounds: 1 - use a named range for the vlookup. Redefine the named range from macro then go 2 - use the range right down to the bottom of the spreadsheet (this i the easiest workaround). ie to row 65536. You don't need to worry ho many rows there are now. 3 - use code to look it up. Depends on what else you're doing. 4 - get a macro to update your vlookup formula depending on the numbe of rows by using string manipulations to make the C3:F2000 bit. I'm sure there's more but I use 2 unless there are other thing happening making the other things worth doing -- gearo ----------------------------------------------------------------------- gearoi's Profile: http://www.excelforum.com/member.php...fo&userid=2657 View this thread: http://www.excelforum.com/showthread.php?threadid=40190 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Sorting and grouping data with varying number or rows | Excel Worksheet Functions | |||
How do I make a chart take into account a varying number of rows? | Charts and Charting in Excel | |||
Formatting/Totalling Macro with varying rows of data | Excel Discussion (Misc queries) | |||
vba macro to perform custom reporting -transpose from rows to columns | New Users to Excel | |||
Using macro/vba to copy varying ranges of rows | Excel Discussion (Misc queries) |