I am designing a VB app that will automate (via ADO from a db) an Excel
Spreadsheet which is maintained by my client. This spreadsheet is already
predetermined and the cells where the data goes is already laid out. I want
to give flexibilty to the user by allowing them some functionality to allow
the user to change the spreadsheet without changing my code. I want to keep
all of my code in my app not in Excel. I was playing around with the idea
of using a template file (data, xml...) that will layout where the data goes
to each cell. I have also looked into using named ranges and pivot tables
(this spreadsheet is used for quoting a product and not analyzing data). I
am leaning towards the template file or named ranges because it gives me
flexiblity and it does not require the user to have alot of knowledge of
excel. Any thoughts?

Thanks