I iperlovsky Jul 1, 2008 #1 Would someone be able to provide guidance on how to write a routine to delete columns A through AS in Sheet 1?
Would someone be able to provide guidance on how to write a routine to delete columns A through AS in Sheet 1?
F FSt1 Jul 1, 2008 #2 hi sub iperlovsky() Sheets("sheet1").Columns("A:AS").ClearContents End Sub regards FSt1
I iperlovsky Jul 1, 2008 #3 Great. Thx! FSt1 said: hi sub iperlovsky() Sheets("sheet1").Columns("A:AS").ClearContents End Sub regards FSt1 Click to expand...
Great. Thx! FSt1 said: hi sub iperlovsky() Sheets("sheet1").Columns("A:AS").ClearContents End Sub regards FSt1 Click to expand...