Working from Access, I'd like to be able to open a spreadsheet (know how to do that) and then insert a new worksheet if one of that name doesn't already exist. The logic being something like:
If not exists xx.Sheets("Feb06") then Insert xx.Sheets("Feb06")
Any advice would be very useful.
If not exists xx.Sheets("Feb06") then Insert xx.Sheets("Feb06")
Any advice would be very useful.