G
greg
Is there a good way of checking if a sheet exists?
Besides doing this
excel.ActiveWorkbook.Sheets("foo").name
and catching the error that is thrown.
Besides doing this
excel.ActiveWorkbook.Sheets("foo").name
and catching the error that is thrown.