cancel
Showing results for 
Search instead for 
Did you mean: 

Hyperlink gets changed in excel

PrachiMathur
Level 3
Hi All,

I have created an excel VBO to add hyperlink to a file saved in some shared drive. Using this VBO, I am adding hyperlink in excel file which is saved in some folder A. When I move this file to some other folder B, the hyperlinks gets changed.

See below picture- This is the hyperlink which I am getting in the file before I move it to another folder.
31998.png

See below picture- This is the hyperlink which I get when I move the file to a folder.

31999.png


------------------------------
REGENT PARK
Consultant
Personal
Asia/Kolkata
------------------------------
7 REPLIES 7

EmersonF
MVP
Hey, see if it helps you.
Need active hyperlink in results element in VBO | Blue Prism University

------------------------------
Emerson Ferreira
Sr Business Analyst
Avanade Brasil
+55 (081) 98886-9544
If my answer helped you? Mark as useful!
------------------------------
Sr Cons at Avanade Brazil

Hi Regent,

Use the below excel formula in set cell value action.

=HYPERLINK("File Location", "Friendly Name") 

31970.png



31971.png

------------------------------
Ram Prasad Gajula
Software engineer
EY
Bangalore
+919704497828
------------------------------

Hi Ram,

Could you please share one example.
I couldn't understand the syntax properly.

------------------------------
REGENT PARK
Consultant
Personal
Asia/Kolkata
------------------------------

=HYPERLINK("http://blueprism.com")

------------------------------
Emerson Ferreira
Sr Business Analyst
Avanade Brasil
+55 (081) 98886-9544
If my answer helped you? Mark as useful!
------------------------------
Sr Cons at Avanade Brazil

I am using below code for adding hyperlink

31983.bmp


------------------------------
REGENT PARK
Consultant
Personal
Asia/Kolkata
------------------------------

@PrachiMathur , congrats, but I believe it's a rework if the set cell value action already does the function​

------------------------------
Emerson Ferreira
Sr Business Analyst
Avanade Brasil
+55 (081) 98886-9544
If my answer helped you? Mark as useful!
------------------------------
Sr Cons at Avanade Brazil

@Emerson Ferreira...
I think I was stupid to create this code instead of using set value action...
Hyperlink function worked. Thanks ☺️

------------------------------
REGENT PARK
Consultant
Personal
Asia/Kolkata
------------------------------