Excel 2003 / WinXP. I have a list object with 5 columns, A - E, and all cells have a border round them. I need a macro which will:
1. insert a row below the current row (whatever cell happens to be selected when the macro is triggered by the user)
2. then remove the left hand border of the cell in column B in the new row,
3. then select the adjacent cell in column C in the new row ready for data entry.
Obviously I cannot specify any absolute addresses in the code, and this is where all my attempts to record a suitable macro fall down. All suggestions gratefully received.
(Might be very easy, but VB programming experience practically nil, so sorry and thanks!)
1. insert a row below the current row (whatever cell happens to be selected when the macro is triggered by the user)
2. then remove the left hand border of the cell in column B in the new row,
3. then select the adjacent cell in column C in the new row ready for data entry.
Obviously I cannot specify any absolute addresses in the code, and this is where all my attempts to record a suitable macro fall down. All suggestions gratefully received.
(Might be very easy, but VB programming experience practically nil, so sorry and thanks!)