Heidestrand
Registered User.
- Local time
- Today, 14:21
- Joined
- Apr 21, 2015
- Messages
- 73
Hello,
I need a little help very quick, I couldn't solve this problem on my own:
I want to find the last written cell in the range A2:C700 using VBA and store the line number in a variable.
I already have something like this but it's only for one column and not a range:
lastcell = Sheets("worktable").Cells(Rows.Count, 1).End(xlUp).Row
I would appreciate any help
I need a little help very quick, I couldn't solve this problem on my own:
I want to find the last written cell in the range A2:C700 using VBA and store the line number in a variable.
I already have something like this but it's only for one column and not a range:
lastcell = Sheets("worktable").Cells(Rows.Count, 1).End(xlUp).Row
I would appreciate any help
