I have a file (xls) which is tab delimited, and therefore not a true xls file (so I believe). What I need to do is:
use vba in Acc2000 to open excel in background,
save file as a true xls file.
Code I have worked out is:
dim Obj_App as excel.application
dim Obj_Work as excel.worksheet
set Obj_app = new Obj_App
And now I am stuck. Any help appreciated,
Cheers,
Nick
use vba in Acc2000 to open excel in background,
save file as a true xls file.
Code I have worked out is:
dim Obj_App as excel.application
dim Obj_Work as excel.worksheet
set Obj_app = new Obj_App
And now I am stuck. Any help appreciated,
Cheers,
Nick