Thread: Quotation Marks
View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
Jim Cone[_2_] Jim Cone[_2_] is offline
external usenet poster
 
Posts: 1,549
Default 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