Thread: "Config file"
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Eric[_35_] Eric[_35_] is offline
external usenet poster
 
Posts: 26
Default "Config file"

Hi,

I am writing an add-in and one of its first duty should be to be able to
read a "config file" containing several settings necessary to the other
procedures in the add-in.
Another procedure in the add-in will also allow the user to change and save
new settings into this same config file.

I really don't know where to start? How would you go about it?

Thank you.


Eric