Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How can I paste a table into an email. I am able to copy the table to the clipboard with CopyTableToClipboard or CopyBitmapToClipboard, but I don't know how to paste it into my email. I want to avoid saving it to a file.
ctrl V
I'm trying to do this automaticly via a macro. Sorry if that was unclear.
![]()
It depends on what Email program are you using. I generally do this on the server, where I use OpenSource program called Blat. This provides a commandline option to attach files, which is very useful.
Same way, with Outlook you can create a new mail with attachment using correct commandline ( Check the Outlook options ).
'Hope this is helpful.