Thread: A simpler way
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
veryeavy veryeavy is offline
external usenet poster
 
Posts: 72
Default 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