Hi,
I have been trying to figure out how to clear the contents of specified cell, say
Range (A12:U12).Select
ActiveCell.End(xlDown).Select
Selection.ClearContents
from n number of worksheets in 1 workbook.
I have tried using For loop but it only clears the selected sheet.
Is there a quicker solution to resolve this?
Thank you very much.
Configuration: Windows XP Internet Explorer 7.0