A simpler way
Hi,
Is there a more efficient was of writiing the following code:
Application.Goto Reference:="ICT1"
Selection.ClearContents
Application.Goto Reference:="ICT2"
Selection.ClearContents
Application.Goto Reference:="ICT3"
Selection.ClearContents
Application.Goto Reference:="ICT4"
Selection.ClearContents
ICT1 etc. are simply non-contiguous named ranges.
Thanks in Advance and all the best as always,
Matt
|