antman2988
Board Regular
- Joined
- Jun 28, 2018
- Messages
- 78
I'm trying to evaluate the formulas in a table object to check for any errors, and I'm using the Evaluate function to evaluate the formulas and check for any errors. Is there a better or different way of doing this? Thanks!
VBA Code:
programErrors = Application.Evaluate("COUNTIF(" & progRng.Address & ",IsError)")