Adding columns and rows to tables

  • I'm trying to create some routines for inserting a row before the current row and a column to the left of the current row. The wpTools procedures are designed only for row after and column to the right.

    I can insert a row before provided the current row is not the 1st row and the same goes for columns. However, how do I insert row/column before when cursor is on first row/column.

    Thanks in advance

    Mark Williams

  • Thanks for the reply.

    I previously tried a cheat based on inserting to right and then copying and pasting everything from the left column to the right column. However, whilst this worked okay, if the user decided to undo the row column insertion, he had to undo every copy and paste (row by row!) first. It just looked a trifle bizarre.

    Thanks,

    Mark