Skysurfer
Board Regular
- Joined
- Apr 19, 2004
- Messages
- 202
- Office Version
- 2019
- Platform
- Windows
- MacOS
Hi,
In a module, I have the following:
That range name uses the function COUNTBLANK on a simple range and is successfully used in formulas. But that code keeps blowing up with that error.
What am I doing wrong?
Lawrence
In a module, I have the following:
Code:
IF Sheet4.Range("TheList_CountBlanks").Value > 0 Then
Msgbox "Helpful message."
Exit Sub
End If
That range name uses the function COUNTBLANK on a simple range and is successfully used in formulas. But that code keeps blowing up with that error.
What am I doing wrong?
Lawrence