ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   linking buttons (https://www.excelbanter.com/excel-programming/393866-linking-buttons.html)

blackktifool

linking buttons
 
hey
i've already created a button(form). How do i link this button to another
worksheet in the same workbook?

thank you

Don Guillett

linking buttons
 
Hey, what are you talking about?

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"blackktifool" wrote in message
...
hey
i've already created a button(form). How do i link this button to another
worksheet in the same workbook?

thank you



blackktifool

linking buttons
 
I was thinking of creating a link from one worksheet in excel, to the other.
Can this only be done using hyperlinks?
As I have already created a form button.
I wanted it to link to another worksheet when i click it.
Is it possible?

Thank You

JLGWhiz

linking buttons
 
There are two articles available in VBA help that you should probably read.
One is "Using ActiveX Controls in Documents" and the other is "Using ActiveX
Controls in Sheets". To access these articles, open VBA help and type "Using
ActiveX Controls" in the search box. Afer you have read the articales, maybe
you can be more specific about what you want to do.

"blackktifool" wrote:

I was thinking of creating a link from one worksheet in excel, to the other.
Can this only be done using hyperlinks?
As I have already created a form button.
I wanted it to link to another worksheet when i click it.
Is it possible?

Thank You


David Hilberg

linking buttons
 
If you add a command button to a sheet, then (while still in design
mode) you can double click it to go to the vba editor. In the command
button's Click routine, insert

sheets("name of sheet to jump to").activate

HTH,

David

On Jul 21, 9:30 am, blackktifool
wrote:
I was thinking of creating a link from one worksheet in excel, to the other.
Can this only be done using hyperlinks?
As I have already created a form button.
I wanted it to link to another worksheet when i click it.
Is it possible?

Thank You





All times are GMT +1. The time now is 09:51 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com