Thread
:
Skip code
View Single Post
#
1
Posted to microsoft.public.excel.programming
Patrick Simonds
external usenet poster
Posts: 258
Skip code
How can I skip this code if Cell A1 of the row below the active cell
contains a value?
Range(.EntireRow.Columns("A").Cells(1), _
.Offset(2, 0).EntireRow.Columns("A")).FillDown
Reply With Quote
Patrick Simonds
View Public Profile
Find all posts by Patrick Simonds