AHAHAHAHAHA, Stanley,
It does look silly, doesn't it? The numbers represent the cells' positions within the selection.
Hi snb :-)
I'm looking for something really simple, but which I'm incapable of writing, that goes something like:
In the selected area of 4 rows by 2 columns,
the cell which occupies the relative location within the selected area of (1,1) shall have the text: original text + 1a
the cell which occupies the relative location within the selected area of (1,2) shall have the text: original text + 1b
the cell which occupies the relative location within the selected area of (2,1) shall have the text: original text + 2a
the cell which occupies the relative location within the selected area of (2,2) shall have the text: original text + 2b
the cell which occupies the relative location within the selected area of (3,1) shall have the text: original text + 3a
the cell which occupies the relative location within the selected area of (3,2) shall have the text: original text + 3b
the cell which occupies the relative location within the selected area of (4,1) shall have the text: original text + 4a
the cell which occupies the relative location within the selected area of (1,1) shall have the text: original text + 4b
But translated into VBA
Bookmarks