
Select any of the shapes which you want to use as a button.


As soon as you press the key, you will be prompted to select a range.ħ. After pasting the script, press the “F5” key on you keyboard.Ħ. Set SelectedRng = Application.InputBox("Range", WLTitleId, SelectedRng.Address, Type:=8)įor Each MultiLink In SelectedRng.Hyperlinksĥ. This is the VBA Script that makes it possible to open all hyperlinks at once in Excel. In the Module window, copy and paste the below code. In the VBA Script Editor window, click “Insert” on the top bar and select “Module.” This action will open the module creation window in the script editor.Ĥ. You can also do this by clicking on the “Visual Basic” option under the “Developer” tab.ģ. This action will instantly open the VBA Script Editor. To do that, press the “Alt + F11” shortcut.

After opening the Excel file, you need to open the VBA Script Editor. First, open the Excel worksheet that has the links you need to open.Ģ. Follow the below steps to create the script and know how to use it.ġ. Here is the custom VBA script to open multiple hyperlinks at once in Excel. The steps shown below will work in Excel 2013 and higher in both Windows and Mac OS. In this quick Excel how-to guide, let me show a simple way to open multiple hyperlinks at once from Excel. The good thing is, even if you have never worked with a custom VBA script, it is pretty easy to create and run. However, what if you want to open multiple links at once from Excel? Rather than clicking multiple times, you create and use a simple VBA script to open multiple links at once from Excel.
