EssoExplJoe
New Member
- Joined
- Nov 11, 2016
- Messages
- 30
I am trying use the "IsBlank" function in VBA but the compiler won't accecpt this as a function. The "IsEmpty" works ok. Why isn't the "IsBlank" function accepted by the VBA compiler?
VBA Code:
Dim a as boolean
a=IsBlank(A1)