+ Reply to Thread
Results 1 to 2 of 2

how i add picture in excel using vb6.0 at runtime

  1. #1
    sacsin
    Guest

    how i add picture in excel using vb6.0 at runtime

    how i add picture in excel using vb6.0 at runtime

  2. #2
    Norman Jones
    Guest

    Re: how i add picture in excel using vb6.0 at runtime

    Hi Sacsin,

    Try:

    Sub Tester()

    With Range("A1")
    ActiveSheet.Pictures.Insert _
    ("C:\My Pictures\ZA5469.jpg")
    End With

    End Sub

    Change the name and path of the picture file; change "A1" to the desired
    insertion position.

    ---
    Regards,
    Norman



    "sacsin" <[email protected]> wrote in message
    news:[email protected]...
    > how i add picture in excel using vb6.0 at runtime




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

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

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1