Posted 29 April 2021, 10:54 am EST
Hi,
I want to remove the first sheet of a COM Spread. I have found this code on your forums:
fprspread1.sheets.remove(fpspread1.sheets(1)),
However seems that it does not apply to the Active X version, because the “.Sheets” property does not exist.
I only see:
.Sheet, .SheetCount, .SheetName, .SheetVisible, and .ActiveSheet
But nothing about “.Sheets”
How can I remove a sheet on a 8.029 com spread???
Thanks!