T
Tonso
Using XL2002, I have created a spreadsheet that has numbers in column
A. The cells in column A are merged, so the first cell is A14:A15,
then A16:A17, etc.. Dependng on circumstances, the last cell in the
region is either A72:A73 or A140:A141. I have a macro that inserts a
new number anywhere in the current region of column A, When I insert
a new number in the column, i would want to delete the last number,
which will be, once i insert a new number, in A74:A75, or A142:A143.
What VBA code do i need to add to my procedure to tell Excel to delete
the rows 74:75 or rows 142:143?
Thanks,
Tonso
A. The cells in column A are merged, so the first cell is A14:A15,
then A16:A17, etc.. Dependng on circumstances, the last cell in the
region is either A72:A73 or A140:A141. I have a macro that inserts a
new number anywhere in the current region of column A, When I insert
a new number in the column, i would want to delete the last number,
which will be, once i insert a new number, in A74:A75, or A142:A143.
What VBA code do i need to add to my procedure to tell Excel to delete
the rows 74:75 or rows 142:143?
Thanks,
Tonso