Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 10,124
Default 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


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default 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
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3,986
Default 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

  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 84
Default 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





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
Linking option buttons and returning data across worksheets Cheryl C Excel Discussion (Misc queries) 0 March 1st 10 05:01 PM
have toggle buttons but everytime print preview buttons move TinSandhu Excel Discussion (Misc queries) 1 October 11th 06 02:57 PM
Replacing macro buttons with a new set of buttons jonco Excel Programming 3 July 3rd 06 01:36 AM
Linking worksheets by buttons. Moggie Excel Discussion (Misc queries) 1 April 20th 06 06:09 PM
making switchboards and linking buttons in excel mohammad New Users to Excel 1 December 4th 05 09:19 PM


All times are GMT +1. The time now is 01:17 AM.

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

About Us

"It's about Microsoft Excel"