Hi,
I have users who are currently using Office 2003. I have a line of VBA code that gets the current network path of a file:
BASICDIR$ = WordBasic.[FileNameInfo$](WordBasic.[MacroFileName$](), 5)
In Office 2003 this give me something like:
\\Ac0gant053\Contract\Production\Winword\
However in Office 2007 I get this:
C:\Documents and Settings\SNMSA5\Local Settings\Temporary Internet Files\Content.MSO\
I have searched the Microsoft site and the internet but I can't find out why this is happening. Can anyone help me out.
Thanks,
Mark
I have users who are currently using Office 2003. I have a line of VBA code that gets the current network path of a file:
BASICDIR$ = WordBasic.[FileNameInfo$](WordBasic.[MacroFileName$](), 5)
In Office 2003 this give me something like:
\\Ac0gant053\Contract\Production\Winword\
However in Office 2007 I get this:
C:\Documents and Settings\SNMSA5\Local Settings\Temporary Internet Files\Content.MSO\
I have searched the Microsoft site and the internet but I can't find out why this is happening. Can anyone help me out.
Thanks,
Mark