Oct 27, 2003 #1 ItalyFrom Technical User Joined Sep 19, 2003 Messages 9 Location US How can I cancel di value of all cells starting from second row. Thanks. Ciao.
Oct 27, 2003 #2 acron MIS Joined Oct 19, 2001 Messages 476 Location IE The following will clear the contents from all rows except teh first. [tab]Range("2:65536".ClearContents A.C. Upvote 0 Downvote
The following will clear the contents from all rows except teh first. [tab]Range("2:65536".ClearContents A.C.