Results 1 to 3 of 3

Thread: how to insert pic in excel...

  1. #1

    Thread Starter
    Lively Member satti charvak's Avatar
    Join Date
    Apr 2001
    Location
    noida, india
    Posts
    90

    Unhappy how to insert pic in excel...

    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...

  2. #2

    Thread Starter
    Lively Member satti charvak's Avatar
    Join Date
    Apr 2001
    Location
    noida, india
    Posts
    90

    Talking

    ny source code -help is greatly desired

  3. #3
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591
    Just use the VB macro recorder to get the code.

    VB Code:
    1. appExcel.ActiveSheet.Pictures.Insert("C:\My Documents\My Pictures\MyPic.JPG").Select

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width