View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gary''s Student Gary''s Student is offline
external usenet poster
 
Posts: 11,058
Default How to followhyperlink to a folder with a minus sign in the name

Sub qwerty()
ActiveWorkbook.FollowHyperlink Address:="file:///c:\temp\a-b"
End Sub
--
Gary''s Student - gsnu2007k