hyperlink! button! question

j4ymf

Well-known Member
Joined
Apr 28, 2003
Messages
740
Office Version
  1. 365
Platform
  1. Windows
hi

i was wondering if i was to create a button using the forms toolbar can i create a hyperlink from that button to somewhere in the same workbook.

or my question is can you link a hyperlink to a button


thanks jason


or in visual basic code how do i jump to cell 1000 can i use a button that way?


or am i barking up the wrong tree,

i need five buttons each linking to different parts on the same sheet
 

Excel Facts

Why are there 1,048,576 rows in Excel?
The Excel team increased the size of the grid in 2007. There are 2^20 rows and 2^14 columns for a total of 17 billion cells.
If you don't need the destination of the hyperlink to be dynamic,
the easiest solution is to use the Drawing toolbar, and use an auto shape, which you can assign a hyperlink to by right clicking.
 
Upvote 0
I'd just record a simple macro using F5 (go-to) click on the place you want on the sheet, save it and link it to the button.

The VB looks like this: Application.Goto Reference:="R150C15"
 
Upvote 0
hello pollygirl

can you explain step by step what i need to do please, you have lost me

thanks
 
Upvote 0
Using Tools Menu, Macro, Record New Macro - give the macro a name and hit "ok".

Hit F5 on your keyboard, enter the cell reference on the worksheet you want to go to.

Click the stop sign to finish your macro.. or go to tools menu, Macros, Stop Recording.

Now make your button using the forms toolbar. Link it to that macro you just made.

Rinse, repeat.
 
Upvote 0

Forum statistics

Threads
1,213,552
Messages
6,114,278
Members
448,560
Latest member
Torchwood72

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top