Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am creating an exel template which I had protected. However, I need to
insert images/pictures but I am not able to do so although the particular cell is not protected. Is there a way to do this? I have Office 2002. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi Chusena,
Unprotect sheet, insert picture, protect sheet Sheets("YourSheet").Unprotect "Password" '... your code for inserting pics Sheets("YourSheet").Protect "Password" Kind Regards. "Chusena" escribió en el mensaje ... I am creating an exel template which I had protected. However, I need to insert images/pictures but I am not able to do so although the particular cell is not protected. Is there a way to do this? I have Office 2002. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I have a protected worksheet and have spell check ability | Excel Discussion (Misc queries) | |||
How do I insert an object onto a protected worksheet? | Excel Discussion (Misc queries) | |||
How to view a custom view when the worksheet is protected? | Excel Worksheet Functions | |||
Sorting protected worksheet | Excel Discussion (Misc queries) | |||
How use group and ungroup functions while worksheet is protected | Excel Worksheet Functions |