Hi everyone,
I am trying to name a range from VBA with ranges that changes. Here is my code
RowNum = iReport.Cells(Rows.Count, 1).End(xlup).Row
iSht.Names.Add Name:="NamedRange", RefersToR1C1:="=iSolReport!R2C2:R2229C22"
I want to be able to change R2229 to RowNum
Thanks
I am trying to name a range from VBA with ranges that changes. Here is my code
RowNum = iReport.Cells(Rows.Count, 1).End(xlup).Row
iSht.Names.Add Name:="NamedRange", RefersToR1C1:="=iSolReport!R2C2:R2229C22"
I want to be able to change R2229 to RowNum
Thanks