View Single Post
 
Old 12-20-2020, 06:18 PM
AlanCantor AlanCantor is offline Windows 10 Office 2019
Competent Performer
 
Join Date: Nov 2020
Posts: 154
AlanCantor is on a distinguished road
Default

This is a textbook example of why macro software can be so useful. If software doesn't work the way you need it to, use a macro to force it work the way you want it to.



In this case, I imagine the macro would copy the content of the table, parse it, and place the information you need back on the clipboard. It might be possible to write a macro to automatically select and copy the information you need rather than you manually selecting and copying. The macro might also be able to handle switching from one application to another.


The downside: It takes considerable time and effort to learn to write macros that work reliably.
Reply With Quote