Range, Opening Multiple URL Simultaneously

Stonesteel

Board Regular
Joined
Apr 27, 2010
Messages
81
Greetings!

I am using Office 2007.. in my continuation of my project that i started yesterday. (http://www.mrexcel.com/forum/showthread.php?t=541754). I'm now in the final phase of the project, opening multiple URL simultaneously in just one click. i have already a code for opening the URL but just for one cell at a time only, let's take a look.

Code:
Sub license_upgrade()
    File = "http://" & ActiveCell.Offset(0, 3).Value & ":1080/" & ActiveCell.Offset(0, 8).Value & ""
   Call ShellExecute(0&, vbNullString, File, _
        vbNullString, vbNullString, vbNormalFocus)
 
End Sub

Now, all I want is that I will select a range, let's say 15 cells in a single column, then using that code, when i click the command button, those 15 cells will open a 15 urls simultaneously. :biggrin:
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
to make it short, i want to open all the links all at a time in just a click.



hope someone could help, i know this is just simple, i just don't get what code should i use. appreciate your help.
 
Upvote 0
Guys can you help me out on this one. I still cannot figure out what formula to use to make this work. :(
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,717
Members
452,939
Latest member
WCrawford

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