Heatherlynn
New Member
- Joined
- Jun 7, 2011
- Messages
- 10
I have a need to delete several cell values in a row that is determined by the active cell such as:
row1 = ActiveCell.Row
the columns are an array like (3,4,5,10,12,25)
what is the easiest way to do this? Thanks for the help in advance.
row1 = ActiveCell.Row
the columns are an array like (3,4,5,10,12,25)
what is the easiest way to do this? Thanks for the help in advance.