i want to add a jpeg file to the excel sheet from my vb application ..what is process please help very urgently...i'm struck up in some foolish question...
Printable View
i want to add a jpeg file to the excel sheet from my vb application ..what is process please help very urgently...i'm struck up in some foolish question...
ny source code -help is greatly desired
Just use the VB macro recorder to get the code.
VB Code:
appExcel.ActiveSheet.Pictures.Insert("C:\My Documents\My Pictures\MyPic.JPG").Select