Quotation Marks
Further...
It may be easier to understand what was done when
using a character code instead of the quotation marks.
Range("B11").Value = _
"=Hyperlink(" & Chr$(34) & strFirst & Chr$(34) & ", " & Chr$(34) & strClientFolder & Chr$(34) & ")"
--
Jim Cone
Portland, Oregon USA
|