Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 24
Default 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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default 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
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
disable range selection [email protected] Excel Programming 2 June 7th 06 03:37 PM
How to Disable drag and drop of Pictures from Excel dshaffer Excel Programming 1 January 19th 06 12:50 AM
Disable selection on a new workbook remotely? Jon[_21_] Excel Programming 1 November 25th 05 08:36 PM
Disable menu selection andy Excel Discussion (Misc queries) 3 December 10th 04 10:46 PM
Disable selection of shapes Mike Excel Programming 3 December 17th 03 01:43 PM


All times are GMT +1. The time now is 05:04 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"