I need to add a hyperlink(where hyperlink will be an external shared file path or local file path or the same excel sheet with a different tab) to a particular cell text(Eg : cell # B18: 78, E18: 98)) in excel. I am not supposed to use any other packages apart from the built in UiPath related packages. Is there a VBA code that can be helpful here?
Did you tried writing to the cell? For example if you have any share point link just add that value to the cell and see whether it’s highlighting as hyperlink or not
So, in my case, the display text in the cell will be different, for eg “60”, “66”. "108 etc, where I need to insert hyper link behind it with the shared or local paths that we have. Users can see the hyper link only when they hover over the text in cell.