K
Keith
I need to save a file as read-only recommended. My file
name is stored in a variable, strSaveFile.
I can't get the SaveAs method to work correctly.
What I have:
exlSheet.SaveAs(strSaveFile,,,,True,,,,)
- True for read-only recommended.
This give me a compiler error.
What is the correct syntax?
Thanks
name is stored in a variable, strSaveFile.
I can't get the SaveAs method to work correctly.
What I have:
exlSheet.SaveAs(strSaveFile,,,,True,,,,)
- True for read-only recommended.
This give me a compiler error.
What is the correct syntax?
Thanks