Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I found this on the web offset(indirect(address(match("H*",sheet1!$a$2:$a$ 1000,0) +1,1)),0,0,countif(sheet1!$a$2:$a$1000,"H*"),1) It works fine when entered as a named range in the ss. When I try to use it in VBA it errors. ActiveWorkbook.Names.Add Name:="test", RefersToR1C1:="=OFFSET(INDIRECT(ADDRESS(MATCH(" & "h*" & ",Sheet1!$A$2:$A$1000,0)+1,1)),0,0,COUNTIF(She et1! $A$2:$A$1000," & "h*" & "),1)" I hope it has something to do with the quotes not the use of indirect. I want to be able to replace the "h*" with a variable. Any help greatly appreciated. peter |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Named Ranges - is this possible? | Excel Worksheet Functions | |||
Dynamic Named Ranges | Excel Worksheet Functions | |||
Dynamic Named Ranges | Excel Discussion (Misc queries) | |||
Dynamic Named Ranges | Charts and Charting in Excel | |||
Dynamic Named Ranges | Excel Discussion (Misc queries) |