C
Colleen M
I have been using this method to store user defaults for client templates. In
probably 8 years I've never had a problem with it. Now, I've had two testers
run into problems where the .ini file doesn't seem to be storing, or if it
does, it's not where I expect it to be. Since the client is in another city,
I can't just sit at their PCs and figure out what's going on, so wonder if
anyone here might have experienced any problems with this method. Word 2003.
System.PrivateProfileString _
("c:\" + vUser, "CHRTemplates", Key) = Value
sGetProfile = System.PrivateProfileString _
("c:\" + vUser, "CHRTemplates", Key)
vUser is Application.UserName
probably 8 years I've never had a problem with it. Now, I've had two testers
run into problems where the .ini file doesn't seem to be storing, or if it
does, it's not where I expect it to be. Since the client is in another city,
I can't just sit at their PCs and figure out what's going on, so wonder if
anyone here might have experienced any problems with this method. Word 2003.
System.PrivateProfileString _
("c:\" + vUser, "CHRTemplates", Key) = Value
sGetProfile = System.PrivateProfileString _
("c:\" + vUser, "CHRTemplates", Key)
vUser is Application.UserName