T
Thief_
Can this be made valid in VBA:
Const wsNot2Process = Array("Summary", "GraphResults", "*backup")
Or do I have to assign the array to a non-constant array variable?
Const wsNot2Process = Array("Summary", "GraphResults", "*backup")
Or do I have to assign the array to a non-constant array variable?