That's why I was seeking the macro mentioned in my initial post. It would quicken the process and also help me to understand how to create a macro, which I haven't done before.martin wrote:That's exactly right, and that can be done using either the mouse or the menu Table > Select > Table, which expands any selection in a table to encompass the whole table.phspaelti wrote:You have to *select* the table (not just click inside it) for Copy Table Text to have any effect
is it possible to easily convert tables to text?
-
- Posts: 50
- Joined: 2013-02-03 05:10:26
Re: is it possible to easily convert tables to text?
Re: is it possible to easily convert tables to text?
Code: Select all
# convert *one* table
Menu 'Select:Table'
Copy Table Text
Delete
Paste
philip
-
- Posts: 50
- Joined: 2013-02-03 05:10:26
Re: is it possible to easily convert tables to text?
Thanks Philip.phspaelti wrote:voila!Code: Select all
# convert *one* table Menu 'Select:Table' Copy Table Text Delete Paste
Howard
- martin
- Official Nisus Person
- Posts: 5230
- Joined: 2002-07-11 17:14:10
- Location: San Diego, CA
- Contact:
Re: is it possible to easily convert tables to text?
Yes, thank you Philip, for this and other replies. We do appreciate you helping out and sharing your expertise!