S
Stephen English
I want to add two bookmarks to a cell in a table so that I can then add a
Committee Name to one and a Date to another because I want to retrieve them
later as separate items.
With mytable
.Cell(1, 3).Range.Bookmarks.Add "Ctte"
.Cell(1, 3).Range.Bookmarks.Add "Date"
End With
This just adds both bookmarks to the cell whereas I want it to be
[Committee] [Date]
Any ideas please?
Stephen
Committee Name to one and a Date to another because I want to retrieve them
later as separate items.
With mytable
.Cell(1, 3).Range.Bookmarks.Add "Ctte"
.Cell(1, 3).Range.Bookmarks.Add "Date"
End With
This just adds both bookmarks to the cell whereas I want it to be
[Committee] [Date]
Any ideas please?
Stephen