Here's a handy Quick Action that will allow you to take whatever is selected and send it right to a new Preview document. This makes it even easier to do a technique I'll be showing in a future video on printing from Numbers: <a href="https://archive.org/download/strategies-for-printing-from-mac-numbers-macmost-2199/2199NumbersPrint.mp4" rel="nofollow noopener" target="_blank">Strategies For Printing From Mac Numbers</a>. The for the two pieces of JavaScript it is simply: <blockquote>function run(input, parameters) {</blockquote><blockquote> var se = Application('System Events');</blockquote><blockquote> se.keystroke('c', { using: 'command down' });</blockquote><blockquote>}</blockquote>The second one is just using n instead of c. Oh, one thing I forgot to mention in the video! You need to go to System Preferences, Security & Privacy, Privacy, and then look for Accessibility on the left. Unlock by clicking the padlock. Then drag and drop Numbers into the list for Accessibility and make sure it is checked. This gives permission for the Quick Action to send the keystroke. But for some reason you don't seem to need that for Preview. Or at least I don't have Preview in my list and it seems to work fine.
Note: This is Club MacMost exclusive content. To view this video click the thumbnail below to go to the post as Patreon.com. Once there you will be able to view the video as long as you are logged into your Patreon account and a current supporter of MacMost at the "Club MacMost" or higher level.