VB.NET Excel Object Help

Mohit

Member
Joined
Nov 9, 2004
Messages
6
Programming Experience
3-5
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.
 
Back
Top