N
Norman Jones
Hi Alexandre,
In addition to Bob's suggestion, change:
to
startDate = Cells(1, 2).Value
endDate = Cells(1, 3).Value
---
Regards,
Norman
"Alexandre Brisebois (www.pointnetsolutions.com)"
In addition to Bob's suggestion, change:
startDate = ActiveRow.Cells(1, 2).Value
endDate = ActiveRow.Cells(1, 3).Value
to
startDate = Cells(1, 2).Value
endDate = Cells(1, 3).Value
---
Regards,
Norman
"Alexandre Brisebois (www.pointnetsolutions.com)"