hi
i don't think there is a function that will do that. there used to be a call
function but that was removed in xl2k (i think) due to security issues.
here is a
vb solutlions that works
Sub countworksheets()
Range("A1").Value = ActiveWorkbook.Sheets.Count
End Sub
paste the macro in a standard modual.
regards
FSt1
"booshi" wrote:
How to put the total number of sheets in a work cell?
Thanks
.