cheekybuddha
AWF VIP
- Local time
- Today, 06:30
- Joined
- Jul 21, 2014
- Messages
- 2,677
It's really strange that inttrow remains 2, it should start from line 4.
Untested, but I'd try:
Code:
' ...
intTRow = .Cells(.Rows.Count, 1).End(xlUp).Offset(1, 0).Row
' ^ ^
' ...