Is there anyway to convert a string value to a Range object ? I\'m having a function which takes a Range object as a argument and need to pass a single string parameter to it
A string with a cell address? if so:
Dim r As Range: Set r = Range("B3") MsgBox r.ColumnWidth