T
Theo van der Ster
I've got a dot file which stores all sorts of values in the Registry.
To read a value, I use the following syntax:
strZterm = GetSetting("Trans", "Filelocations", "termlist")
where Trans is the name of my dot file. The complete path in the
Registry is:
Software, VB and VBA Program Settings, Trans, Filelocations, termlist
This has always worked (in Word 2000 and XP) but this morning I
installed Word 2003 and all of a sudden I get an error message. I
looked in the Help but I don't understand what's wrong here because
the info in the Help is the same for XP and 2003. Can anyone help,
please? I need my dot file for my work and I'm at a loss without it.
Thanks very much,
Theo
To read a value, I use the following syntax:
strZterm = GetSetting("Trans", "Filelocations", "termlist")
where Trans is the name of my dot file. The complete path in the
Registry is:
Software, VB and VBA Program Settings, Trans, Filelocations, termlist
This has always worked (in Word 2000 and XP) but this morning I
installed Word 2003 and all of a sudden I get an error message. I
looked in the Help but I don't understand what's wrong here because
the info in the Help is the same for XP and 2003. Can anyone help,
please? I need my dot file for my work and I'm at a loss without it.
Thanks very much,
Theo