I have one of those fancy programs that helps me write VBA.
I want to write code that will set DisplayZeroes to false.
This program suggests the following code
I am unsure how to complete the Set statement (requiring the Object Reference).
Can someone please help?
thanks
I want to write code that will set DisplayZeroes to false.
This program suggests the following code
Code:
Dim wsvw As WorksheetView: Set wsvw =
wsvw.DisplayZeros = False
I am unsure how to complete the Set statement (requiring the Object Reference).
Can someone please help?
thanks