+ Reply to Thread
Results 1 to 5 of 5

disable selection of pictures

  1. #1
    Abe
    Guest

    disable selection of pictures

    I have a worksheet with a number of pictures in it. I want to disable
    the user from being able to select, move, or delete the pictures in the
    worksheet. Anybody have any ideas?

    Thanks,
    -Abe


  2. #2
    Tom Ogilvy
    Guest

    RE: disable selection of pictures

    right click on the picture and select format picture.

    in the protection tab, make sure Locked is checked.

    then go to Tools=>Protection=>Protect sheet

    In xl2000 and earlier, make sure objects are selected

    in xl2002 and later, make sure you don't allow the user to "edit objects"

    finish applying the protection.

    --
    Regards,
    Tom Ogilvy


    "Abe" wrote:

    > I have a worksheet with a number of pictures in it. I want to disable
    > the user from being able to select, move, or delete the pictures in the
    > worksheet. Anybody have any ideas?
    >
    > Thanks,
    > -Abe
    >
    >


  3. #3
    Abe
    Guest

    Re: disable selection of pictures

    Tom,

    Will the VBA code I have still be able to edit, move and delete the
    pictures?

    -Abe

    Tom Ogilvy wrote:
    > right click on the picture and select format picture.
    >
    > in the protection tab, make sure Locked is checked.
    >
    > then go to Tools=>Protection=>Protect sheet
    >
    > In xl2000 and earlier, make sure objects are selected
    >
    > in xl2002 and later, make sure you don't allow the user to "edit objects"
    >
    > finish applying the protection.
    >
    > --
    > Regards,
    > Tom Ogilvy
    >
    >
    > "Abe" wrote:
    >
    > > I have a worksheet with a number of pictures in it. I want to disable
    > > the user from being able to select, move, or delete the pictures in the
    > > worksheet. Anybody have any ideas?
    > >
    > > Thanks,
    > > -Abe
    > >
    > >



  4. #4
    Tom Ogilvy
    Guest

    Re: disable selection of pictures

    You can unprotect and protect the sheet using code, so just do that in your
    procedures when necessary to work with the pictures.

    --
    Regards,
    Tom Ogilvy


    "Abe" wrote:

    > Tom,
    >
    > Will the VBA code I have still be able to edit, move and delete the
    > pictures?
    >
    > -Abe
    >
    > Tom Ogilvy wrote:
    > > right click on the picture and select format picture.
    > >
    > > in the protection tab, make sure Locked is checked.
    > >
    > > then go to Tools=>Protection=>Protect sheet
    > >
    > > In xl2000 and earlier, make sure objects are selected
    > >
    > > in xl2002 and later, make sure you don't allow the user to "edit objects"
    > >
    > > finish applying the protection.
    > >
    > > --
    > > Regards,
    > > Tom Ogilvy
    > >
    > >
    > > "Abe" wrote:
    > >
    > > > I have a worksheet with a number of pictures in it. I want to disable
    > > > the user from being able to select, move, or delete the pictures in the
    > > > worksheet. Anybody have any ideas?
    > > >
    > > > Thanks,
    > > > -Abe
    > > >
    > > >

    >
    >


  5. #5
    Tom Ogilvy
    Guest

    Re: disable selection of pictures

    You can unprotect and protect the sheet using code, so just do that in your
    procedures when necessary to work with the pictures.

    --
    Regards,
    Tom Ogilvy


    "Abe" wrote:

    > Tom,
    >
    > Will the VBA code I have still be able to edit, move and delete the
    > pictures?
    >
    > -Abe
    >
    > Tom Ogilvy wrote:
    > > right click on the picture and select format picture.
    > >
    > > in the protection tab, make sure Locked is checked.
    > >
    > > then go to Tools=>Protection=>Protect sheet
    > >
    > > In xl2000 and earlier, make sure objects are selected
    > >
    > > in xl2002 and later, make sure you don't allow the user to "edit objects"
    > >
    > > finish applying the protection.
    > >
    > > --
    > > Regards,
    > > Tom Ogilvy
    > >
    > >
    > > "Abe" wrote:
    > >
    > > > I have a worksheet with a number of pictures in it. I want to disable
    > > > the user from being able to select, move, or delete the pictures in the
    > > > worksheet. Anybody have any ideas?
    > > >
    > > > Thanks,
    > > > -Abe
    > > >
    > > >

    >
    >


+ 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