Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Activate cell in protection mode

Hi,
I have a code that by clicking on any cell on the spreadsheet passes the
information to predefined cell.
The problem is that when I protect the spreadsheet, the code doesn't work.
Any solution?
Thanks,
Amnon


  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Activate cell in protection mode


Amnon Wilensky;268198 Wrote:
Hi,
I have a code that by clicking on any cell on the spreadsheet passes
the
information to predefined cell.
The problem is that when I protect the spreadsheet, the code doesn't
work.
Any solution?
Thanks,
Amnon

When which sheet is protected, the source or the destination?


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=74835

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 104
Default Activate cell in protection mode

Unlock the predefined target cell (Format|Cells|Protection)


"Amnon Wilensky" wrote in message
...
Hi,
I have a code that by clicking on any cell on the spreadsheet passes the
information to predefined cell.
The problem is that when I protect the spreadsheet, the code doesn't work.
Any solution?
Thanks,
Amnon



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Activate cell in protection mode

The Source,
Amnon

"Simon Lloyd" wrote in message
...

Amnon Wilensky;268198 Wrote:
Hi,
I have a code that by clicking on any cell on the spreadsheet passes
the
information to predefined cell.
The problem is that when I protect the spreadsheet, the code doesn't
work.
Any solution?
Thanks,
Amnon

When which sheet is protected, the source or the destination?


--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile:
http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=74835



  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Activate cell in protection mode


Then if your sheet is just a point and click you could use this in the
worksheet code module:
**********
Private Sub Worksheet_SelectionChange(ByVal Target As
Range)
Me.Unprotect Password:="mypassword"
'YOUR CODE TO MOVE DATA TO CELL
Me.Protect Password:="mypassword"
End Sub
**********


Amnon Wilensky;268198 Wrote:
Hi,
I have a code that by clicking on any cell on the spreadsheet passes
the
information to predefined cell.
The problem is that when I protect the spreadsheet, the code doesn't
work.
Any solution?
Thanks,
Amnon



--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile: http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=74835



  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Activate cell in protection mode

Thanks,
Problem solved,
Amnon

"Joerg Mochikun" wrote in message
...
Unlock the predefined target cell (Format|Cells|Protection)


"Amnon Wilensky" wrote in message
...
Hi,
I have a code that by clicking on any cell on the spreadsheet passes the
information to predefined cell.
The problem is that when I protect the spreadsheet, the code doesn't
work.
Any solution?
Thanks,
Amnon





  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 39
Default Activate cell in protection mode

Thanks,
Amnon

"Simon Lloyd" wrote in message
...

Then if your sheet is just a point and click you could use this in the
worksheet code module:
**********
Private Sub Worksheet_SelectionChange(ByVal Target As
Range)
Me.Unprotect Password:="mypassword"
'YOUR CODE TO MOVE DATA TO CELL
Me.Protect Password:="mypassword"
End Sub
**********


Amnon Wilensky;268198 Wrote:
Hi,
I have a code that by clicking on any cell on the spreadsheet passes
the
information to predefined cell.
The problem is that when I protect the spreadsheet, the code doesn't
work.
Any solution?
Thanks,
Amnon



--
Simon Lloyd

Regards,
Simon Lloyd
'The Code Cage' (http://www.thecodecage.com)
------------------------------------------------------------------------
Simon Lloyd's Profile:
http://www.thecodecage.com/forumz/member.php?userid=1
View this thread: http://www.thecodecage.com/forumz/sh...ad.php?t=74835



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 activate in reduced functionality mode john Excel Discussion (Misc queries) 1 March 9th 09 09:55 PM
Copy worksheet in protection mode ml Excel Discussion (Misc queries) 2 February 26th 09 05:03 PM
Cell Protection vs. Worksheet Protection kmwhitt Excel Discussion (Misc queries) 4 September 24th 06 02:37 AM
Activate my Excel 2003 but it still runs in reduce mode atomicesar Excel Discussion (Misc queries) 1 July 23rd 05 07:34 PM
Activate Cell Brett Excel Discussion (Misc queries) 2 March 29th 05 06:20 PM


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