Hi Atul Sorry, I should have mentioned earlier. I have not yet figured out a way to get it to work with ver 2007.
By the way, I also realised that the Control Toolbox properties as mentioned earlier does not work after I save and close the file. i.e., The "EnableSelection" in the property settings works fine only as long as the file is open. The file reverts back to its earlier properties once it is closed and opened again. To permanently save settings: To create a simple macro that turns this setting on when the workbook is opened, press *Alt-F11*to activate the Visual Basic Editor. Locate your workbook name in the Project window, and double-click it to expand its listing. Then double-click the item labeled ThisWorkbook and enter the following VBA code: Private Sub Workbook_Open() Worksheets("Sheet1").EnableSelection = xlUnlockedCells End Sub -- PS: Many Thanks to my friend Nikhil for showing me how to work this in one of my excel files and explaining the workaround as mentioned above.. Ashish "Of what use is freedom if it does not include the freedom to make mistakes" -- Mahatma Gandhi On 7/7/09, Atul Kesaria <atul.kesa...@gmail.com> wrote: > > Hello Ashish, > > Can you help me to do the same in office 2007. new to 2007 hence need help. > > Thanks and Regards > Atul Kesaria > > On Tue, Jul 7, 2009 at 11:45 AM, Ashish Pradhan <ashlyprad...@gmail.com>wrote: > >> >> Hi All >> >> Not sending this tip in the "best tip for the week" format as this is not >> my original idea but nevertheless a useful tip >> >> In a protected worksheet, a user may want to navigate only to those cells >> which are unlocked. i.e., Navigation should not be allowed to those cells >> which have formula (for example). Navigation should be allowed only to cells >> where a user can input data. >> >> To do this: >> >> To make cells unselectable, change the worksheet's EnableSelection >> property. Select *View, Toolbars, Control Toolbox* to display the Control >> Toolbox toolbar. Click the Properties button to display the Properties box >> for the worksheet, then click the cell labeled "xlNoRestrictions" and use >> the drop-down list to change the EnableSelection property to * >> xlUnlockedCells.* Close the Properties box. As long as the worksheet is >> protected, users cannot select the locked cells on the worksheet. >> >> Be sure to close the *Control Toolbox *toolbar once u are done. >> >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ ---------------------------------------------------------------------------------- Some important links for excel users: 1. Excel and VBA Tutorials(Video and Text), Free add-ins downloads at http://www.excelitems.com 2. Excel tutorials at http://www.excel-macros.blogspot.com 3. Learn VBA Macros at http://www.vbamacros.blogspot.com 4. Excel Tips and Tricks at http://exceldailytip.blogspot.com To post to this group, send email to excel-macros@googlegroups.com If you find any spam message in the group, please send an email to: Ayush Jain @ jainayus...@gmail.com or Ashish Jain @ 26may.1...@gmail.com <><><><><><><><><><><><><><><><><><><><><><> HELP US GROW !! We reach over 5,000 subscribers worldwide and receive many nice notes about the learning and support from the group. Our goal is to have 10,000 subscribers by the end of 2009. Let friends and co-workers know they can subscribe to group at http://groups.google.com/group/excel-macros/subscribe -~----------~----~----~----~------~----~------~--~---