DotNetGnat
Programmer
Guys,
I have a macro that i embedded on the MS word application. All the supporting files for the macro are pushed into c:/documents and settings/dng/.../startup on all users machines in the company...
so now when i (as a user) open MS word and open a doc file that is on my c drive and try to run the macro...WHAT SHOULD BE THE APPLICATION PATH THAT I SHOULD PUT IN THE CODE SO THAT IT REFERS TO THE c:/...../startup folder because my supporting files are there...
i tried
1.App.path("mypathhere")
2. Application.Startuppath("mypathhere")
and i tried lot of other variations...but nothing worked...
any suggestions...
-DNG
I have a macro that i embedded on the MS word application. All the supporting files for the macro are pushed into c:/documents and settings/dng/.../startup on all users machines in the company...
so now when i (as a user) open MS word and open a doc file that is on my c drive and try to run the macro...WHAT SHOULD BE THE APPLICATION PATH THAT I SHOULD PUT IN THE CODE SO THAT IT REFERS TO THE c:/...../startup folder because my supporting files are there...
i tried
1.App.path("mypathhere")
2. Application.Startuppath("mypathhere")
and i tried lot of other variations...but nothing worked...
any suggestions...
-DNG