+ Reply to Thread
Results 1 to 3 of 3

Is there a "Select all Pictures"

  1. #1
    David Henderson
    Guest

    Is there a "Select all Pictures"

    I have all of my pictures already on the worksheet, and a macro set up to
    format the selected picture, it would be great if it would do them all at
    once, I could of course manualy select them all, but there are a lot, and
    tomorow there might be some more.
    Any help would be much appreciated
    David



  2. #2
    Tom Ogilvy
    Guest

    Re: Is there a "Select all Pictures"

    Activesheet.Pictures.Select

    Sub ABC()
    With ActiveSheet
    .Pictures.Width = 30
    .Pictures.Height = 45
    End With
    End Sub

    But see answer to your first posting.

    Regards,
    Tom Ogilvy



    "David Henderson" <[email protected]> wrote in message
    news:[email protected]...
    > I have all of my pictures already on the worksheet, and a macro set up to
    > format the selected picture, it would be great if it would do them all at
    > once, I could of course manualy select them all, but there are a lot, and
    > tomorow there might be some more.
    > Any help would be much appreciated
    > David
    >
    >




  3. #3
    David Henderson
    Guest

    Re: Is there a "Select all Pictures"

    Thanks Tom
    I thought it could be shall we say "not too complex"
    David
    ps I think you have helped me in the past, thanks for that also

    "Tom Ogilvy" <[email protected]> wrote in message
    news:[email protected]...
    > Activesheet.Pictures.Select
    >
    > Sub ABC()
    > With ActiveSheet
    > .Pictures.Width = 30
    > .Pictures.Height = 45
    > End With
    > End Sub
    >
    > But see answer to your first posting.
    >
    > Regards,
    > Tom Ogilvy
    >
    >
    >
    > "David Henderson" <[email protected]> wrote in message
    > news:[email protected]...
    >> I have all of my pictures already on the worksheet, and a macro set up to
    >> format the selected picture, it would be great if it would do them all at
    >> once, I could of course manualy select them all, but there are a lot, and
    >> tomorow there might be some more.
    >> Any help would be much appreciated
    >> David
    >>
    >>

    >
    >




+ 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