This may need to be in the VB.NET forum, but thought I'd try here first. I have a VB.NET application that creates an excel workbook in the background based on data read and processed. Due to various data type values, I wanted to programmatically implement the AutoFilter method after creating the workbook. This way, the user can routinely select the filter for whichever column they wish to filter by and only look at the responses they care to see. Unfortunately I'm getting error after error and am not sure. I've looked all over the web and it is obvious that others have had the problem, but there seems to be very little on how to resolve it.

Any help would be greatly appreciated.