I have a couple VSTO questions about the ListObject.
- Is there any way to remove or at least reformat the blue line that appears around a list object I understand the reason for it, and I think it will be OK if I could at least re-color it.
- Is there any way to get rid of the header row
I doubt these two wishes are possible, is there any alternative I would really like to use databinding, as the alternative is to write tons of mapping code and as always time is short.
Dave

Excel ListObject Problems
Richard3D
You may want to try the BorderAround function on the Range of the ListObject to set the color of the border.
You cannot get rid of the header row from a ListObject.
Hope that helps.
Mohit Gupta.