Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Jose
 
Posts: n/a
Default Hide hyperlink cell & replace with macros

I have created an excel spreadsheet with a hyperlink in a cell. I would like
to replace the hyperlink with a [Button] to hide the hyperlink and only show
the i.e [GO TO] button.

Is this possible if so what are the steps?

Thanks you for your time.

  #2   Report Post  
hui
 
Posts: n/a
Default

Sub Button1_Click()
Call Macro1
End Sub
Sub Macro1()
'I suppose you have put a hyperlink on Cell E8
Range("E8").Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
Application.WindowState = xlNormal
End Sub

"Jose" wrote in message
...
I have created an excel spreadsheet with a hyperlink in a cell. I would

like
to replace the hyperlink with a [Button] to hide the hyperlink and only

show
the i.e [GO TO] button.

Is this possible if so what are the steps?

Thanks you for your time.



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Hyperlink within cell Mike D. Excel Discussion (Misc queries) 2 January 14th 05 12:57 AM
Hide text that doesn't fit in the cell Rene Excel Discussion (Misc queries) 1 December 16th 04 04:34 PM
how to hyperlink text to a cell steve New Users to Excel 1 December 14th 04 08:21 PM
Using a formula in a Hyperlink Cell reference sslabbe Excel Discussion (Misc queries) 4 December 10th 04 12:30 AM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM


All times are GMT +1. The time now is 06:13 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"