Hi SirJB7:
Yep, that will work for assigning values from the worksheet. And then it is a short step to obtaining the address. So that's cool too.
Thank you.
Regards,
Michael.
Hi:
I have changed the variables to string and that seems to work fine - strange because all the variables worked fine except for one. Anyway, I am not sure if this is really a fix, but it works.
Regards,
Michael.
Hi there:
Thank you for your advise. It seems that that option is not supported in my version of Excel - 2007. I am also contemplating another way to do this as well.
Regards,
Michael
Hi:
I am having some trouble with assigning named workbook ranges to variables in VBA.
I have done the following:
1. Declared the VBA variables as Range variables
2. Used the Set function to load the variable content
Example:
Declare variable type
Dim rng_Lastdate, rng_HistMax...