Hi All,
I currently have a dynamic named range that i created using the Name Manager in excel. My question is, can i refer to that named range in VBA for a macro i'm creating? And if so, how do i do that? If i am not able to use the named range, how do i create a dynamic range in VBA then. Currently my named range refers to :
=OFFSET(Overview!$C$2,0,0,COUNTA(Overview!$C$2:$C$3776),1)
I've checked for ways to do this but nothing that seemed very straight forward. Any help would be greatly appreciated.
Thank you!
I currently have a dynamic named range that i created using the Name Manager in excel. My question is, can i refer to that named range in VBA for a macro i'm creating? And if so, how do i do that? If i am not able to use the named range, how do i create a dynamic range in VBA then. Currently my named range refers to :
=OFFSET(Overview!$C$2,0,0,COUNTA(Overview!$C$2:$C$3776),1)
I've checked for ways to do this but nothing that seemed very straight forward. Any help would be greatly appreciated.
Thank you!