Closing non EXCEL files
After opening some text files via CSV and editing, then copying from them, I
want to close them. Someone suggested:
myFilename.Saved = True '
myFilename.Close
but it bombed the macro ("object required" error message). And I suspect I
did not make it clear that, though they are opened in EXCEL, these are not,
nor were they ever, EXCEL files. So, perhaps the commands need to be
different.
Can someone suggest revised commands?
Thanks,
Grace
|