lynxbci
Board Regular
- Joined
- Sep 22, 2004
- Messages
- 201
- Office Version
- 365
- Platform
- Windows
- MacOS
Hi,
I am using a simple sub to change the default directory,
This effects the file open perfectly.
However when using Insert Hyperlink, and it shows the current directory not the new default one.
Is there a way in VBA (excel 2010) to change the default/current directory that is displayed when i insert hyperlinks?
Thanks in advance
I am using a simple sub to change the default directory,
Code:
ChDrive "c:\ks projects"
ChDir "c:\ks projects"
However when using Insert Hyperlink, and it shows the current directory not the new default one.
Is there a way in VBA (excel 2010) to change the default/current directory that is displayed when i insert hyperlinks?
Thanks in advance