Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 85
Default Change Event on Dropbox

I have a drop box that has a change event. The Change event causes the linked
cell on a different worksheet to change. I want to lock down (protect) the
worksheet where the linked cell is located.

When protect the worksheet where the linked cell is located I get an error
stated that the field can't be updated... Makes sense, so I unprotected that
cell on the protected sheet.... didn't help. I was looking for an event,
(like on activate) for the dropbox to run the macro to Unlock this worksheet.

Thanks.

  #2   Report Post  
Posted to microsoft.public.excel.programming
rub rub is offline
external usenet poster
 
Posts: 21
Default Change Event on Dropbox

sub dropbox_change()
ActiveSheet.unProtect
'insert whatever in the other sheet
ActiveSheet.protect
end sub

Troubled User wrote:
I have a drop box that has a change event. The Change event causes the linked
cell on a different worksheet to change. I want to lock down (protect) the
worksheet where the linked cell is located.

When protect the worksheet where the linked cell is located I get an error
stated that the field can't be updated... Makes sense, so I unprotected that
cell on the protected sheet.... didn't help. I was looking for an event,
(like on activate) for the dropbox to run the macro to Unlock this worksheet.

Thanks.


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
how do i make a dropbox? nadine Excel Discussion (Misc queries) 1 September 25th 08 03:34 AM
how to get a 2nd dropbox based on results, entry of 1st dropbox khwoz Excel Discussion (Misc queries) 2 April 10th 07 05:54 PM
MsgBox in Enter event causes combobox not to run Change event Richard Excel Programming 0 March 6th 06 02:52 PM
Excel Dropbox Help systematic[_8_] Excel Programming 1 November 30th 05 05:12 PM
Dropbox Question: Fable[_9_] Excel Programming 1 September 16th 04 06:57 PM


All times are GMT +1. The time now is 02:32 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"