select / unselect range of sheets
Posted: Thu Mar 13, 2008 4:12 pm
OOo Basic macro language :
I would like to select / unselect a range of sheets in a spreadsheet document, by index or by name, to clear contents of a specific cellrange in each of selected sheet.
I tried to scan an array contained sheet's name concerned, but as I have 40 sheets and 120 ranges of cells to clear it's very too long to do.
Clear range of cells after had selected a list of sheets should be a quicker process.
Thanks for your answers.
I would like to select / unselect a range of sheets in a spreadsheet document, by index or by name, to clear contents of a specific cellrange in each of selected sheet.
I tried to scan an array contained sheet's name concerned, but as I have 40 sheets and 120 ranges of cells to clear it's very too long to do.
Clear range of cells after had selected a list of sheets should be a quicker process.
Thanks for your answers.