Search : in
By :

Hypelinked Combo Box in Excel

Last answer on May 22, 2009 9:59:11 pm BST earthworm, on May 17, 2009 8:42:57 am BST 
 Report this message to moderators

My Query is

I Have made a Combo Box in Excel Sheet 1 in that Combo Box i have 2 sheets


Sheet 1 and Sheet 2 .

Now i want to Hyperlink / vba code , so that when i click on sheet 2 in combo box it jumps to sheet 2 .

Prompt help will be appreciated .

Same Sheet : http://rapidshare.de/files/47192773/1.xls.html

Please make the changed in the above sheet and share

Configuration: Windows XP
Opera 9.64

Best answers for « Hypelinked Combo Box in Excel » in :
Hyperlinks Show Introduction to anchors Hypertext links or hyperlinks (anchors) are HTML elements that, when clicked on, enable readers to visit a new address. Hyperlinked text is underlined by default. Hyperlinks are what connect web pages to one another. They...
Keyboard Shortcuts for Windows ShowKeyboard Shortcuts for Windows Windows System In a General Folder and text programs In a General Folder For a Selected Item a Folder For Microsoft Word For Microsoft Excel For Microsoft PowerPoint For Internet Explorer There are a...
Import contacts from Excel to Outlook ShowImport contacts from Excel to Outlook Issue Solution Issue How to import a contact list from Excel to Outlook and having them in a single list of contact , and not as splited items? Solution By using the software Excel 2000 and...
How to convert Excel into PDF? ShowHow to convert Excel into PDF? Here is a small tips about how to convert your excel files into PDF for your presentation. Step 1 PDF995 is software that gets installed on your computer which enables you to print any sources of document to...
Download Ms Word Excel Cracker ShowMs Word Excel Craker allows recover lost or forgotten passwords for .xls and .doc reated with Microsoft Office 97, 2000, 2003, XP or other word and excel compatible programs. This application will be necessary in case you should have received an...
Spreadsheets - The Excel Interface ShowExcel Introduction Microsoft Excel is the spreadsheet in the Microsoft Office office suite. To start it, simply click on the appropriate icon in the Start menu (in Windows) or click on an Excel file (that has an .xls file extension). A Excel...

1

aquarelle, on May 17, 2009 3:55:01 pm BST

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 "Pour trouver une solution à ses problèmes, il faut s'en donner la peine."

Reply to aquarelle

2

earthworm, on May 17, 2009 4:37:52 pm BST

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

Reply to earthworm

3

earthworm, on May 17, 2009 4:51:31 pm BST

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/

Reply to earthworm

4

 aquarelle, on May 22, 2009 9:59:11 pm BST

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.
"Pour trouver une solution à ses problèmes, il faut s'en donner la peine."

Reply to aquarelle