R
Raj
Hi,
I need to create sheet level Dynamic range names in a workbook using
VBA.. This is what I insert in the RefersTo box while creating a name
manually:
=OFFSET(Sheet1!$B$3,0,0,COUNTA(Sheet1!$B$3:$B$500),1)
How do I do it in VBA?
Thanks in Advance for the help.
Regards,
Raj
I need to create sheet level Dynamic range names in a workbook using
VBA.. This is what I insert in the RefersTo box while creating a name
manually:
=OFFSET(Sheet1!$B$3,0,0,COUNTA(Sheet1!$B$3:$B$500),1)
How do I do it in VBA?
Thanks in Advance for the help.
Regards,
Raj