sharky12345
Well-known Member
- Joined
- Aug 5, 2010
- Messages
- 3,421
- Office Version
- 2016
- Platform
- Windows
I'm trying to find a way to delete a range, (not the whole row), and shifting cells up but using the Listindex property of a Listbox as the row reference.
I have stored the row number as 'Row' but need to know how I can use it in the following:
A simple solution I'm sure, but everything I've tried doesn't work....
I have stored the row number as 'Row' but need to know how I can use it in the following:
Code:
[COLOR=#242729][FONT=Consolas]Range("A12:L12").Delete Shift:=xlUp[/FONT][/COLOR]
A simple solution I'm sure, but everything I've tried doesn't work....