This is a strange one. I use the following
or
and VBA changes the Upper case R to a lower case r and gives this message:
Compile error:
Wrong number of arguments or invalid property assignment
It does not do it all of the time though...any thoughts?
Thanks
David
Code:
Rows("100:120").Hidden = True
Code:
Rows("100:120").EntireRow.Hidden = True
Compile error:
Wrong number of arguments or invalid property assignment
It does not do it all of the time though...any thoughts?
Thanks
David