ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,699
- Office Version
- 2007
- Platform
- Windows
Hi,
Harder than it should be.
My code is below but im being told to remove the forward slash.
Please advise the correct way to open my image using the path shown.
Thanks
Harder than it should be.
My code is below but im being told to remove the forward slash.
Please advise the correct way to open my image using the path shown.
Thanks
Code:
Private Sub Flag_Click()ActiveWorkbook.FollowHyperlink Address:=C:\Users\Ian\Z THE REMOTE DOCTOR\database-logo\flagg.jpg, NewWindow:=False
End Sub