Hi,
Does anybody know if there is a way to determine how much data is one
individual sheets in a workbook?
Something along these lines?
Sub CountWS()
Dim W As Worksheet
For Each W In Workbooks
W.Count
End Sub
spences10 - 18 Jan 2007 13:25 GMT
it's OK, i found something that was very helpful.
http://www.mvps.org/dmcritchie/excel/saveas.htm
> Hi,
>
[quoted text clipped - 9 lines]
> W.Count
> End Sub