bluefeather8989
Active Member
- Joined
- Nov 20, 2009
- Messages
- 330
- Office Version
- 365
- Platform
- Windows
I need a code to find blank cell in a specific range with the offset and add 1 to the value in that cell but do it without selecting the cell or sheets.
VBA Code:
Sheets("Data2").Range("J4,J4,J6,K4,K6,L4,L6,M4,M6,N4,N6,O4,O6,P4,P6,Q4,Q6").Find("").Offset(1, 0).Select
ActiveCell.Value = ActiveCell.Value + 1