Thanks.
J Jonathan West Jul 15, 2004 #2 StargateFanFromWork said: Thanks. Click to expand... If the selection is within a table, then the following code will select all of it Selection.Tables(1).Range.Select
StargateFanFromWork said: Thanks. Click to expand... If the selection is within a table, then the following code will select all of it Selection.Tables(1).Range.Select
S StargateFanFromWork Jul 15, 2004 #3 Jonathan West said: If the selection is within a table, then the following code will select all of it Click to expand... Yes, thanks. Cursor was within table. Selection.Tables(1).Range.Select Click to expand... Thank you! This worked perfectly.
Jonathan West said: If the selection is within a table, then the following code will select all of it Click to expand... Yes, thanks. Cursor was within table. Selection.Tables(1).Range.Select Click to expand... Thank you! This worked perfectly.
G Ganesh Ramanathan Joined Oct 13, 2021 Messages 1 Reaction score 0 Oct 13, 2021 #4 Hi, How to move the cursor at the end of table now