M
MikeB77
using vba (I know no other) I'm trying to automate adding a location to "My
Places" on the various file dialogues in Word (02 and 07). I've found its
about writing a registry key to:
HKCU\Software\Microsoft\Office\" & Application.Version & "\Common\Open
Find\Places\UserDefinedPlaces
I've opted for wshShell.regwrite as it appears VBA private profile strings
can't write to this and many other keys. All good. Writing the name key looks
OK but now I've got to figure out a PIDL for the location of my folder and
write that. I've discovered what a PIDL is but am struggling to find how to
create one: I see various references to shell functions but can't make any
work.
Can someone offer some help here?? (XP, word 02 and 07)
thanks in advance
Mike
Places" on the various file dialogues in Word (02 and 07). I've found its
about writing a registry key to:
HKCU\Software\Microsoft\Office\" & Application.Version & "\Common\Open
Find\Places\UserDefinedPlaces
I've opted for wshShell.regwrite as it appears VBA private profile strings
can't write to this and many other keys. All good. Writing the name key looks
OK but now I've got to figure out a PIDL for the location of my folder and
write that. I've discovered what a PIDL is but am struggling to find how to
create one: I see various references to shell functions but can't make any
work.
Can someone offer some help here?? (XP, word 02 and 07)
thanks in advance
Mike