Hey Guys,
I'm just starting in on a project in VB but I've never used it before so Please help me out.
I am importing a large text file and trying to sort it. I figured out how to get the whole thing into a recordset and from there I can display it but it wont let me sort it because it cannot go back to the source because it is not ADODB compatible. SO... I want to save the text data as an excel file, which I can do.
Finally what my question is:
Will I be able to save the recordset as an Excel file and sort and filter it from a computer that does not have Excel installed or does it need Excel to do these functions?
Thanks for your help.
I'm just starting in on a project in VB but I've never used it before so Please help me out.
I am importing a large text file and trying to sort it. I figured out how to get the whole thing into a recordset and from there I can display it but it wont let me sort it because it cannot go back to the source because it is not ADODB compatible. SO... I want to save the text data as an excel file, which I can do.
Finally what my question is:
Will I be able to save the recordset as an Excel file and sort and filter it from a computer that does not have Excel installed or does it need Excel to do these functions?
Thanks for your help.