JorgenKjer
Board Regular
- Joined
- Aug 1, 2016
- Messages
- 65
- Office Version
- 2013
- Platform
- Windows
Hi
Can anyone help with a VBA code that makes a Hyperlink to cells?
This Workbook is a staff list where in column "E" it is possible to use a Hyperlink next to each person to see a photo
The path to the file is e.g.
C: \Users \ Division \ Staff \ 38543_Benny_Mcgee \ 38543_Benny_Mcgee_Photo.JPG
The path shown is
C: \ Users\ Division \ Staff \
+ "C2" + _ (underscore) + "A2" (underscore spaces in name) + \ + "C2" + _ (underscore) + "A2" (underscore between spaces in name) + _ (underscore) "Photo.JPD"
This example should be linked to "E2"
I hopethis makes sense
Regards
Jorgen
https://www.dropbox.com/sh/t3lr38mn75q2epo/AAAAurPfLOAjp1cEu0CQXL-pa?dl=0
Can anyone help with a VBA code that makes a Hyperlink to cells?
This Workbook is a staff list where in column "E" it is possible to use a Hyperlink next to each person to see a photo
The path to the file is e.g.
C: \Users \ Division \ Staff \ 38543_Benny_Mcgee \ 38543_Benny_Mcgee_Photo.JPG
The path shown is
C: \ Users\ Division \ Staff \
+ "C2" + _ (underscore) + "A2" (underscore spaces in name) + \ + "C2" + _ (underscore) + "A2" (underscore between spaces in name) + _ (underscore) "Photo.JPD"
This example should be linked to "E2"
I hopethis makes sense
Regards
Jorgen
https://www.dropbox.com/sh/t3lr38mn75q2epo/AAAAurPfLOAjp1cEu0CQXL-pa?dl=0
Last edited: