Link that opens the desktop app to a specified cell/range

jongar

New Member
Joined
May 12, 2015
Messages
35
I want to create a link that 1) opens excel desktop app and 2) takes you directly to a cell/range in a sheet.

URI method link that opens the desktop app simply add
VBA Code:
ms-excel:ofe|u|
befroe https url of the file

Code:
ms-excel:ofe|u|https://d.docs.live.net/1abc234def5gh6i/FOLDER/FILENAME.xls

Is there a method to use the URI Scheme to open the excel desktop app to a specific cell or range using browser links?
for example Sheet1!A1:C:5 or Sheet1!A5

Something like this
Code:
ms-excel:ofe|u|https://d.docs.live.net/1abc234def5gh6i/FOLDER/FILENAME.xls&Sheet1!A1

Source URI Office Schema
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
Cross-posting (posting the same question in more than one forum) is not against our rules, but the method of doing so is covered by #13 of the Forum Rules.

Be sure to follow & read the link at the end of the rule too!

Cross posted at: Link opens Excel desktop app to a specified cell/range
If you have posted the question at more places, please provide links to those as well.

If you do cross-post in the future and also provide links, then there shouldn’t be a problem.
 
Upvote 0
I'll be more carefull next time and make it clear that the topic is cross-posted / provide links to the cross-posts. Thanks!
 
Upvote 0
URI method link is working for you ?
it is not working for me. the link type is not supported by sharepoint ?
Sans titre.png
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,449
Members
449,083
Latest member
Ava19

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