Hi All,
I'm trying to set a worksheet object to be the value in a specific cell (kinda like using a global variable, but hopefully more reliable!_
So far I have
I've truied with and without the .Value - tried using a string variable and trying to get the worksheet name from that.... all to no avail. I think I must be missing something obvious here.....
Thanks all.
Fee
"The cure for anything is salt water – sweat, tears, or the sea." Isak Dinesen
I'm trying to set a worksheet object to be the value in a specific cell (kinda like using a global variable, but hopefully more reliable!_
So far I have
Code:
Dim rData As Range
Dim ws As Worksheet
Set rData = Range("Lookup!E33")
Set ws = Range("Lookup!E34").Value
Thanks all.
Fee
"The cure for anything is salt water – sweat, tears, or the sea." Isak Dinesen