Hi,
I have a table where the first column, other than the heading, contains an automatically generated number. This was created via Format | Bullets and Numbering.
When I:
TMReqNo = TMTable.Cell(LastRow, 1).Range.Text
MsgBox (TMReqNo)
The message displayed does not contain the automatic number or any text. It displays a pipe | symbol (I think).
All the numbers are sequential, so Count - 1 will give the last row number. However, the numbers in this column have a custom format and it is the custom format information that I am interested in as well as the number itself.
All help appreciated, as always.
I have a table where the first column, other than the heading, contains an automatically generated number. This was created via Format | Bullets and Numbering.
When I:
TMReqNo = TMTable.Cell(LastRow, 1).Range.Text
MsgBox (TMReqNo)
The message displayed does not contain the automatic number or any text. It displays a pipe | symbol (I think).
All the numbers are sequential, so Count - 1 will give the last row number. However, the numbers in this column have a custom format and it is the custom format information that I am interested in as well as the number itself.
All help appreciated, as always.