I googled very many pages and forums, but I found nothing. So I am tryin to find VBA but I cant find my luck to resolve it:
So what wrong with this code. Code must to show me message box that counts all characters in worksheet.
Code
Sub countchar()
MsgBox Application.WorksheetFunction.SumProduct(Len(ActiveSheet.UsedRange))
End Sub
SumProduct(len(range)) is no macro solution but it doesnt work because of sumproduct expression in VBA...I dont know what should to do to figure out how to run this.