View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson Dave Peterson is offline
external usenet poster
 
Posts: 35,218
Default Enhancements to Sub FillColBlanks by Dave Peterson

Whew!
<bg



Max wrote:

This amendment worked well for me, Dave.

with Intersect(myArea.EntireColumn, .Rows(LastRow))
.value = .value
end with


Many thanks, and for your patience, too!

Max


--

Dave Peterson