Consulting

Results 1 to 2 of 2

Thread: Want to change the picture of a Visio2010 shape

  1. #1
    VBAX Newbie
    Joined
    Dec 2012
    Posts
    1
    Location

    Want to change the picture of a Visio2010 shape

    Using VBA in Visio2010 I have a user-created flowchart with a form that populates an Access database. The shapes in the chart have all started as pasted clipboard pictures. The database records mostly data from the form but also the structure (parent/children relationships) and text of the shape as well as deleted shapes and links. I would like to be able to change the picture on the shape (with what is on the clipboard) while maintaining the same UID (since that is the database key). I could program a complete record swap, but that would be more cumbersome for me as well as the user.

    What I do know:
    Shape.Picture property is read-only.
    I already know how to access the clipboard picture contents.

    My VBA/coding experience level is intermediate at best.

    Thanks.
    Last edited by dashting; 12-18-2012 at 11:19 AM.

  2. #2
    VBAX Newbie
    Joined
    Jul 2013
    Location
    New York
    Posts
    3
    Location
    Good post and forum,glad to read about it.

Posting Permissions

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