Multiple Hyperlinks

arjunw

New Member
Joined
Jul 5, 2011
Messages
3
hi all,
I am trying to make an inventory management report on excel and i need some help.
I have a worksheet(master list) on which i need to create hyperlinks of some numbers i have put there(column A).These nos are my article codes.
The target link which has to be opened up is in a different file altogether in which every article has a separate worksheet.The names of these worksheets are the same article codes which iam using on my master list.
As there are around 1800 articles on my master list making each link one-by-one will be a very tedious exercise.Is there any way of doing this in one go with a MACRO??Can anyone help me out?
It would really sort out my work and be of great help.And please give step by step instructions as iam not very familiar visual basic.
Thank you!!
 

Excel Facts

What is the fastest way to copy a formula?
If A2:A50000 contain data. Enter a formula in B2. Select B2. Double-click the Fill Handle and Excel will shoot the formula down to B50000.
Welcome to the board arjunw,

If all the sheets are in the same Excel workbook then the HYPERLINK function could be used as shown below. No need for a macro.

Sheet Name/Article Numbers in Column A.
Place this formula in B2 or First Free Column Row 2.
=HYPERLINK("[C:\Folder\Articles.xls]'"&A2&"'!$A$1",A2)
Change C:\Folder\Articles.xls to match your path.​
Copy/Fill Down.

This will create Hyperlinks to the each sheet.
 
Upvote 0

Forum statistics

Threads
1,224,594
Messages
6,179,792
Members
452,942
Latest member
VijayNewtoExcel

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