Paul Morris
Board Regular
- Joined
- Sep 27, 2004
- Messages
- 64
Hi All,
Getting a type mismatch error from the below line - any ideas on what's wrong with it? Currently the variable 'a' is undeclared.
Cheers,
Paul
a = Application.WorksheetFunction.CountA(Workbooks(UpdateFile).Sheets(1).Range("A:A"))
Getting a type mismatch error from the below line - any ideas on what's wrong with it? Currently the variable 'a' is undeclared.
Cheers,
Paul
a = Application.WorksheetFunction.CountA(Workbooks(UpdateFile).Sheets(1).Range("A:A"))