
hi all !
Fyi, the basic functionality of retrieving the stored setting from the settings xml file was implemented. Have to add in a form for maintaining the settings but the first part is done and seems to work very good.
If anyone has any suggestions plse chime in.
The xml for settings is below as currently setup.. Thanks, Al
<?xml version="1.0" encoding="UTF-8"?>
<application_settings>
<PasteOptions>
<ExcelPasteFormatting>
<value>Green and Black</value>
</ExcelPasteFormatting>
<ExcelPasteDestination>
<value>Activecell</value>
</ExcelPasteDestination>
<ExcelPasteHeaders>
<value>1</value>
</ExcelPasteHeaders>
<ExcelPasteAutoFilter>
<value>0</value>
</ExcelPasteAutoFilter>
</PasteOptions>
<FileSettings>
<QueryFilesPath>
<value>C:\Documents and Settings\</value>
</QueryFilesPath>
</FileSettings>
</application_settings>