I’ve dragged out my copy of VB6.0 and have a question. I added a CommonDialog control on a form so I can select an Excel file. The information that I need is always in the same column. I need to delete all but column M, delete the top 3 rows, and rename the column heading. I need to accomplish this entirely from the VB form, not from Excel.
I just need some ideas on the proper way to connect to the Excel file, delete columns, sort, rename columns, etc. from VB6.0. Any pointers to materials relevant to this would be greatly appreciated.
Randy