Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible to use VBA to insert a picture as an OLE object and how to do it?
Solved! Go to Solution.
Is it possible to use VBA to insert a picture as an OLE object and how to do it?
Solved! Go to Solution.
There's no api for OLE, you just have to use SendCommand to start the INSERTOBJ command. So, you might as well This means that there's no way to avoid the command's dialog.