C
crichardson
I have a spreadheet where I'm adding worksheets via vba. I delete ol
worksheets to tidy up before creating new ones. I give the ne
worksheets a useful name. However, I notice in the vba project view i
the vba editor that the underlying sheetname keeps incrementing (eg
Sheet999) despite the fact that the old sheets have been deleted.
Although this isn't stopping things from working, I think it would b
better to reset the sheet 'numbers' back to a reasonable startin
point.
Is there a way to make excel choose the lowest available sheet number?
Regards,
Cliv
worksheets to tidy up before creating new ones. I give the ne
worksheets a useful name. However, I notice in the vba project view i
the vba editor that the underlying sheetname keeps incrementing (eg
Sheet999) despite the fact that the old sheets have been deleted.
Although this isn't stopping things from working, I think it would b
better to reset the sheet 'numbers' back to a reasonable startin
point.
Is there a way to make excel choose the lowest available sheet number?
Regards,
Cliv