View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
michdenis michdenis is offline
external usenet poster
 
Posts: 135
Default ThisWorkbook.FollowHyperlink....

Hi,

I'm trying to use this and it's not working.
Is anybody knows why ?

'-------------------
Sub CommandButton1_Click()
ThisWorkbook.FollowHyperlink ThisWorkbook.FullName, "Feuil3!G25"
End Sub
'-------------------

Thanks for your collaboration.