A
AJ Master
I need to clear the contents of a certain range and yes I could jus
write the code as follows: Range("a1:b240").clearcontents
however, the range selection depends on the active cell. I have trie
entering the following: Range(activecell
activecell.offset(1,240)).clearcontents
But I keep receiving a runtime error '1004'. Any ideas on how to fi
this? Thanks....A
write the code as follows: Range("a1:b240").clearcontents
however, the range selection depends on the active cell. I have trie
entering the following: Range(activecell
activecell.offset(1,240)).clearcontents
But I keep receiving a runtime error '1004'. Any ideas on how to fi
this? Thanks....A