D
Derek Upson - Pioneer
sorry for my ignorance. However, below is what I have so far....where would
you suggest putting the code below and do I need to replace any of the words
in the code below with a reference to my existing code?
Sub ClearContents()
'
' ClearContents Macro
' Clear all Fields in Table
'
'
Range("I66").Select
Selection.ClearContents
Range("I77").Select
Selection.ClearContents
Range("I99").Select
Selection.ClearContents
Range("I1010").Select
Selection.ClearContents
Range("I1111").Select
Selection.ClearContents
Range("I1212").Select
Selection.ClearContents
Range("I1313").Select
Selection.ClearContents
Range("U6:X6").Select
Selection.ClearContents
Range("U7:X7").Select
Selection.ClearContents
Range("U52:X52").Select
Selection.ClearContents
ActiveWindow.SmallScroll Down:=12
Range("Q55:T55").Select
Selection.ClearContents
End Sub
you suggest putting the code below and do I need to replace any of the words
in the code below with a reference to my existing code?
Sub ClearContents()
'
' ClearContents Macro
' Clear all Fields in Table
'
'
Range("I66").Select
Selection.ClearContents
Range("I77").Select
Selection.ClearContents
Range("I99").Select
Selection.ClearContents
Range("I1010").Select
Selection.ClearContents
Range("I1111").Select
Selection.ClearContents
Range("I1212").Select
Selection.ClearContents
Range("I1313").Select
Selection.ClearContents
Range("U6:X6").Select
Selection.ClearContents
Range("U7:X7").Select
Selection.ClearContents
Range("U52:X52").Select
Selection.ClearContents
ActiveWindow.SmallScroll Down:=12
Range("Q55:T55").Select
Selection.ClearContents
End Sub