Guest_imported
New member
- Jan 1, 1970
- 0
I have two questions about Excel automation and foxpro.
1. I have opened an excel spreadsheet, made my programmatic changes, I issue the Save() and excel pops up a messagebox and tells me that the file already exists (becuase the spreadsheet was generated use the COPY command). How do I eliminate the messagebox? Do I even need to save spreadsheet again?
2. How do I close the spreadsheet without making it visible (visible = .T.) and closing with excel? I have read and read and I can not find out how.
Thanks
BTW, I know there is more to the Save() than just that, I am just assuming that anyone who can answer my question understands what I am referring to.
1. I have opened an excel spreadsheet, made my programmatic changes, I issue the Save() and excel pops up a messagebox and tells me that the file already exists (becuase the spreadsheet was generated use the COPY command). How do I eliminate the messagebox? Do I even need to save spreadsheet again?
2. How do I close the spreadsheet without making it visible (visible = .T.) and closing with excel? I have read and read and I can not find out how.
Thanks
BTW, I know there is more to the Save() than just that, I am just assuming that anyone who can answer my question understands what I am referring to.