18-06-21 07:01 PM
Answered! Go to Answer.
20-06-21 03:52 AM
'Required External Reerences: System.Drawing.dll, System.Windows.Forms.dll
'Required Namespace Imports: System.Drawing, System.Windows.Forms
'Input Arguments: filePath As Text
Dim bmp As New Bitmap(filePath)
Clipboard.SetImage(bmp)
bmp.Dispose()
To Insert an image to a Word document, you can use the "Paste from Clipboard" action in the "MS Word VBO" object.
I hope this will help you :)
------------------------------
Kota Suto
Japan
------------------------------
20-06-21 03:52 AM
'Required External Reerences: System.Drawing.dll, System.Windows.Forms.dll
'Required Namespace Imports: System.Drawing, System.Windows.Forms
'Input Arguments: filePath As Text
Dim bmp As New Bitmap(filePath)
Clipboard.SetImage(bmp)
bmp.Dispose()
To Insert an image to a Word document, you can use the "Paste from Clipboard" action in the "MS Word VBO" object.
I hope this will help you :)
------------------------------
Kota Suto
Japan
------------------------------