View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Jay Fincannon Jay Fincannon is offline
external usenet poster
 
Posts: 23
Default Unable to add a hyperlink to a custom CammandBarButton

Thank you too much Tom. Please excuse my tardiness in answering.
Jay

Can't say, but why not just assign a macro to the onaction property of the
commandbar button (or do it manually)

Sub Button_Click()
Application.Goto Reference:=ThisWorkbook. _
Worksheets("Sheet1").Range("A1"), Scroll:=True
End Sub