Hi,
Is it possible to do a word count on an entire Excel worksheet (or preferably the whole workbook) using VBA? I can't use an array formula to do this as it needs to be a generic calculation that adds up A1:IV65535, i.e. the entire worksheet with the formula on cell IV65536 -- Excel hangs when I put this range in as I think it's too large.
Many thanks,
Sam
Is it possible to do a word count on an entire Excel worksheet (or preferably the whole workbook) using VBA? I can't use an array formula to do this as it needs to be a generic calculation that adds up A1:IV65535, i.e. the entire worksheet with the formula on cell IV65536 -- Excel hangs when I put this range in as I think it's too large.
Many thanks,
Sam