Excel

  • Thread starter Thread starter Hayman
  • Start date Start date
H

Hayman

Hello,

I'd like to insert a jpg file in an excel sheet
Can you help me please in that?

Hayman
 
Yes, I'm trying to do that using visual basic, otherwise I would have sent
it to somewhere else.
 
Hello,

Hayman said:
Yes, I'm trying to do that using visual basic, otherwise I would have sent
it to somewhere else.

I would ask this question in the Excel ng -- if you have a solution in VBA,
it's easier to translate it to VB .NET:

news://news.microsoft.com/microsoft.public.excel.programming

HTH,
Herfried K. Wagner
 
I know how to do it in VBA but I couldn't do it in VB.NET
To insert a jpg in an excel sheet you have to write this line:
ActiveSheet.Pictures.Insert ( "C:\My Pictures\Winter.jpg")

I don't know how to convert it to VB.NET, can I get help please
Thank you
Hayman
 
Back
Top