File URL Path

  • Thread starter Thread starter NancyG
  • Start date Start date
N

NancyG

I need help on how to get the URL path for an active file that is stored in
an eRoom. I'm trying to generate a link to the file to include in an email.
When I use the Visual Basic command ActiveWorkbook.Path I get
C:\...\ApplicationData\eRoom\eRoomClient...

What I want is
https://e6.xxx.com/eRoom/extranet4/xxxx/0_1ab23
like you get when you right click the file on the eRoom page. Any ideas ?
 
Hi Nancy;

Go into the VBA Editor into help. Search for the FollowHyperLink reserve
word. It will give you an example of how to accomplish the URL.

I hope it helps
 
The FollowHyperlink commands assume you already know the URL path. I'm
looking for a way to identify the path - all files are not necessarily
residing on the same eRoom page
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top