Excel for the Web Script, to open a path/folder on a Cell in Windows file explorer

fleyd

New Member
Joined
Jan 21, 2020
Messages
22
Office Version
  1. 365
  2. 2019
Platform
  1. Windows
  2. Web
Hello,

I use Excel for the Web, and i would like to have a Script that would open a path/folder in Windows Explorer. The Path would be written in Cell A1 for example.

So imagine, i have in Cell A1 the path "c:\downloads" , is there some kind of Script that i would click/run and Windows file explorer would open that path/folder?

I cannot use "offline" Excel, i use Excel for the web.

Anyone can help?

Thanks
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi, try this:

In Cell A1, type =HYPERLINK("c:\downloads")
c:\downloads will become a hyperlink and when you click it, the location will open.
 
Upvote 0
Hi, try this:

In Cell A1, type =HYPERLINK("c:\downloads")
c:\downloads will become a hyperlink and when you click it, the location will open.
Hi,

I've tried that already, but that will only work if i'm using "offline" Excel.
In Excel for the web (online) it won't work. because Excel will think it's a web link, and it's not.

That's why i think it will only work with a Script, i would say it's a simple one, but i understand nothing about it (coding)....

But thanks anyway for the help.

Anyone else has another idea?
 
Upvote 0

Forum statistics

Threads
1,214,960
Messages
6,122,479
Members
449,088
Latest member
Melvetica

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