View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
L. Howard L. Howard is offline
external usenet poster
 
Posts: 852
Default Loop not quite working correctly

I notice I have c Dimmed twice.

Dim c As Range, Rng As Range
Dim OneRng As Range, c As Range

That is a typo, otherwise code problem is as stated.

Howard