R
Rama
Hi All,
Can anyone tell whether I'm asking for moon or is it possible to
copy word table as an image and save it back to filesystem using VBA and .Net?
I know I can convert table into metafilepict but I have no clue what I've to
do afterwards!!!
Dim data As New DataObject
data = Clipboard.GetDataObject()
ActDocument.Bookmarks("simple").Range.Tables(1).Range.CopyAsPicture()
data.GetData("MetaFilePict", True)
Can anyone tell whether I'm asking for moon or is it possible to
copy word table as an image and save it back to filesystem using VBA and .Net?
I know I can convert table into metafilepict but I have no clue what I've to
do afterwards!!!
Dim data As New DataObject
data = Clipboard.GetDataObject()
ActDocument.Bookmarks("simple").Range.Tables(1).Range.CopyAsPicture()
data.GetData("MetaFilePict", True)