View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Dave O
 
Posts: n/a
Default Any way to loop this in VBA?

You can set that code to trigger at an "On Change" or maybe a "MouseUp"
event. Is that the kind of loop you need?

PS Don't forget your End If line!