![]() |
|
#4
|
|||
|
|||
|
Apparently the dot at the end of the text is the character for table end, which is showing up when i call the cell text. There is another character at the end too which I'm guessing marks the end of the cell. To workaround this I used the Left() function to eliminate the last 2 characters of the string:
Code:
QN = Left(ThisDocument.Tables(1).Cell(2, 2).Range.Text, Len(ThisDocument.Tables(1).Cell(2, 2).Range.Text) - 2) |
| Tags |
| concatenate, saveas, word to pdf |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to find all string within string. | PRA007 | Word VBA | 18 | 02-12-2016 08:11 PM |
Format Painter must be used twice to work fully
|
Jim_H | Word | 5 | 04-13-2015 04:41 PM |
Way to search for a string in text file, pull out everything until another string?
|
omahadivision | Excel Programming | 12 | 11-23-2013 12:10 PM |
How to fully justify columns
|
empressive | Word | 10 | 01-17-2012 09:17 PM |
Outlook 2007 Not Fully Closing
|
LabanM | Outlook | 1 | 09-28-2010 02:27 PM |