To clear Master: At the beginning of the first macro, between
Application.ScreenUpdating = False
and
'create scratchpad worksheet
add this
Code:
With Sheets("Master")
.Range(.Range("A1"), .UsedRange).Offset(1, 0).Delete Shift:=xlToLeft
End With
Quote:
This has saved my company a lot of money on more expensive alternatives.
|
Does that mean
we get a raise?