public sub test()
Dim eDoc As Excel.Workbook
Clipboard.SetDataObject(eDoc.Application.Selection())
end sub
Thats my code right now. All i am trying to do is store whatever the user has selected in the excel window, wether an image or a group of cells and store that into the clipboard. But after countless hours of googling i have come up with nothing.
Please any help is appreciated.
Dim eDoc As Excel.Workbook
Clipboard.SetDataObject(eDoc.Application.Selection())
end sub
Thats my code right now. All i am trying to do is store whatever the user has selected in the excel window, wether an image or a group of cells and store that into the clipboard. But after countless hours of googling i have come up with nothing.
Please any help is appreciated.