Hi Gurus,
I'm looking to check if there is a way we can have an excel variable contain the string value of a named range. For Ex
Defined Name "NameRange" points to cell C1 in excel.
I'm looking for a VBA code like
Dim L_Var As String
L_Var = "NameRange"
Msgbox [L_Var].Value.
I would have option to change L_Var dynamically .
I'm looking to check if there is a way we can have an excel variable contain the string value of a named range. For Ex
Defined Name "NameRange" points to cell C1 in excel.
I'm looking for a VBA code like
Dim L_Var As String
L_Var = "NameRange"
Msgbox [L_Var].Value.
I would have option to change L_Var dynamically .