Hypelinked Combo Box in Excel
Closed
earthworm
Posts
11
Registration date
Saturday April 4, 2009
Status
Member
Last seen
December 31, 2009
-
May 17, 2009 at 03:42 AM
aquarelle Posts 7435 Status Moderator - May 22, 2009 at 04:59 PM
aquarelle Posts 7435 Status Moderator - May 22, 2009 at 04:59 PM
Related:
- Hypelinked Combo Box in Excel
- Excel mod apk for pc - Download - Spreadsheets
- Gif in excel - Guide
- Kernel for excel repair - Download - Backup and recovery
- Number to words in excel - Guide
- How does a drop box work - Guide
4 responses
earthworm
Posts
11
Registration date
Saturday April 4, 2009
Status
Member
Last seen
December 31, 2009
1
May 17, 2009 at 11:37 AM
May 17, 2009 at 11:37 AM
ok i made a macro ,
but it shows me only sheet 2 if i make it work
when i click sheet 3 , it shows the same sheet 2 instead of sheet 3
please advice.
Here is the code
Sub Macro2()
'
' Macro2 Macro
'
' Keyboard Shortcut: Ctrl+Shift+V
'
Range("A2").Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
End Sub
but it shows me only sheet 2 if i make it work
when i click sheet 3 , it shows the same sheet 2 instead of sheet 3
please advice.
Here is the code
Sub Macro2()
'
' Macro2 Macro
'
' Keyboard Shortcut: Ctrl+Shift+V
'
Range("A2").Select
Selection.Hyperlinks(1).Follow NewWindow:=False, AddHistory:=True
End Sub
Hi,
Sorry to have not replied earlier but I tried to find something to use hyperlinks with a macro but nothing worked.
But If you want, I could propose you another method to select the different sheets.
Sorry to have not replied earlier but I tried to find something to use hyperlinks with a macro but nothing worked.
But If you want, I could propose you another method to select the different sheets.
Hi,
First, you have to create a macro and after, you have to associate the macro to your combo box by clicking right on the combo, choose "assign a macro", select the macro you want and click on "OK".
Example with your file : http://www.cijoint.fr/cjlink.php?file=cj200905/cijJwWmCTo.xls
Best regards
First, you have to create a macro and after, you have to associate the macro to your combo box by clicking right on the combo, choose "assign a macro", select the macro you want and click on "OK".
Example with your file : http://www.cijoint.fr/cjlink.php?file=cj200905/cijJwWmCTo.xls
Best regards
earthworm
Posts
11
Registration date
Saturday April 4, 2009
Status
Member
Last seen
December 31, 2009
1
May 17, 2009 at 11:51 AM
May 17, 2009 at 11:51 AM
Please upload the sample here .
I tried your tip , when i click sheet 1 , it shows last function of macro which is Sheet 2 which is when i click sheet 2 when macro is recording .
its not showing two different functions in combobox :(
please upload my excel with combobox working here
http://rapidshare.de/
I tried your tip , when i click sheet 1 , it shows last function of macro which is Sheet 2 which is when i click sheet 2 when macro is recording .
its not showing two different functions in combobox :(
please upload my excel with combobox working here
http://rapidshare.de/