S
Stefan_B
Hello,
I'm struggling to find anyone who can help me with an issue I have with
Windows XP Offline Folders / Word VBA.
I have a Word template which contains a VBA module. The module allows the
Operating system to setup 'Offline Folders' and ensures that a copy of the
template is available offline. The problem is, this particular line:
oFolderItem.invokeverb ("Make A&vailable Offline")
(oFolderItem - extracts the name/location of the file. This variable works)
The above VBA command line works perfectly in Windows / Office 2000 (syncs
the file in the Offline Folders, etc), however in Windows XP/Office 2003 -
this command does not work (and even worst it doesn't tell you it hasn't
worked).
Does any one have any ideas, how I could fix this or whether their is an
alternative way to fix this problem in VBA?
Many Thanks.
I'm struggling to find anyone who can help me with an issue I have with
Windows XP Offline Folders / Word VBA.
I have a Word template which contains a VBA module. The module allows the
Operating system to setup 'Offline Folders' and ensures that a copy of the
template is available offline. The problem is, this particular line:
oFolderItem.invokeverb ("Make A&vailable Offline")
(oFolderItem - extracts the name/location of the file. This variable works)
The above VBA command line works perfectly in Windows / Office 2000 (syncs
the file in the Offline Folders, etc), however in Windows XP/Office 2003 -
this command does not work (and even worst it doesn't tell you it hasn't
worked).
Does any one have any ideas, how I could fix this or whether their is an
alternative way to fix this problem in VBA?
Many Thanks.