I recently wrote a macro to do (amongst other things) clear the contents of a
series of cells on a worksheet in Excel 2002. However when I tried to send the
file to one of my collegues who uses the 97 version, he gets a "runtime error
1004", & the line which seems to be generating the error is as follows:
Worksheets("C.Gibbs").Range("c8:h14,j8:j14,M8:o14,u8:u14,u17:u23,m17:o23,j17:j23\
,c17:h23,c26:h32,J26:j32,m26:o32,u26:u32,U35:U41,M35:O41,J35:J41,C35:H41,C44:H50\
,J44:J50,M44:O50,U44:U50,U53:U54,M53:O54,J53:J54,C53:H54").ClearContents
Any ideas on how to solve this issue?? Sorry if this is an elementary
question!!