Forum Discussion
JohnTaylor20
Sep 12, 2024Copper Contributor
Match Cell Value with File Name in Folder Directory and get it's Path
asdf;kasdoiashdoiashdoiaushdioasjdas MISAT
- Sep 12, 2024
Why not simply
Sheet1.Hyperlinks.Add Anchor:=cel.Offset(, 1).Value, Address:=strFilepath, TextToDisplay:=cel.Value
HansVogelaar
Sep 12, 2024MVP
Why not simply
Sheet1.Hyperlinks.Add Anchor:=cel.Offset(, 1).Value, Address:=strFilepath, TextToDisplay:=cel.Value
JohnTaylor20
Sep 12, 2024Copper Contributor
thanks workde