Open Multiple links to Mozilla Firefox Using VBA

AlbertJoseph

New Member
Joined
Sep 21, 2018
Messages
3
Hi Everyone!

I want to open multiple links in a worksheet to firefox via VBA and i want to edit the date on the web page that was opened. I am a complete VBA beginner, anyone please help. Loop the function and open 1 by 1 the links stored in excel. Below is the code.


Function FnLaunchFF()


Dim objShell

Set objShell = CreateObject("WScript.Shell")

objShell.Run ("""C:\Users\regalber\AppData\Local\Mozilla Firefox\Firefox.exe""" & .Range("B1").Value)

Set objShell = Nothing



End Function


List of links:

AB
1KT1https://cscentral-eu.amazon.com/call-center-manager/historical-metrics?formId=_tFgdDjTQksLSAWpyfXOoY8u7is
2KT2https://cscentral-eu.amazon.com/call-center-manager/historical-metrics?formId=ReQ2-jRGxujxsHRMI12oo1-8mAw
3FPhttps://cscentral.amazon.com/call-center-manager/historical-metrics?formId=D45hBXzM5XFpCK5kfe2dd61ZLW4
4USKhttps://cscentral.amazon.com/call-center-manager/historical-metrics?formId=bgxYkzjpPuCCF0P02Iddy-z9KtI

<tbody>
</tbody>


Thanks,
AJ
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.

Forum statistics

Threads
1,215,432
Messages
6,124,856
Members
449,194
Latest member
HellScout

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