As of now, I am able to retrieve only text content from clipboard using Data OBJECT despite clipboard having html ,pictures & tables.
How to retrieve everything present in clipboard as-is like tables,html etc basically whatever data got copied to clipboard using ctl+c,the same data should be available like (ctl+v) using VBA code.
Is this possible? If not what are the alternatives available?
When manually we are able to get all contents using ctl+v , why not programmatically we are able to achieve the same?
Regards,srihari