+ Reply to Thread
Results 1 to 2 of 2

3 protected sheets, but need data from one sheet to still link to another when changed

  1. #1
    Registered User
    Join Date
    03-09-2015
    Location
    Boston, Massachusetts
    MS-Off Ver
    2013
    Posts
    13

    Question 3 protected sheets, but need data from one sheet to still link to another when changed

    Hi there, Excel experts. I am new to posting on this forum but I have used it quite a bit in the past to answer my many Excel questions. This time I can't seem to find the answer I'm looking for so I figured I'd post So thank you both in retrospect and in advance!

    My problem: I have an Excel workbook with 3 sheets. The first is a form with a bunch of check boxes (inserted with Developer/Form Controls), and the second two sheets are scoring sheets that tally and count the different boxes in sheet #1. I want to be able to protect all of the sheets so things cannot be moved and the formulas that derive the scores from the check boxes cannot be edited, but when I protect the scoring sheets, sheet #1 will no longer let me select the check boxes since I'd be changing boxes in "protected sheets."

    I've been dabbling with VBA with this project but I am definitely not a pro, so I'd appreciate verrrry descriptive answers

    Thanks again,
    Alison

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    44,464

    Re: 3 protected sheets, but need data from one sheet to still link to another when changed

    An initial thought: you could leave the scoring sheets unprotected but have worksheet activate and de-activate event handlers. In the sheet activate event, you would protect the worksheet and in the sheet de-activate you would un-protect it. Thus, when you are working on the input sheet, the sheets would be unprotected and should accept the linked data. BUT, if someone selects the sheets, they would be protected and they can't change them.

    The issue with anything like this is that you have to ensure that the users enable macros. That requires more code to make the workbook useless unless the macros are activated. Typically, you would have a splash sheet which you make visible before you save and close the workbook, whilst making all the other sheets very hidden.

    Hope that provides food for thought and research.

    Regards, TMS
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Have individual sheets link data into a final sheet in one workbook
    By nightstar430 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 02-14-2015, 01:02 PM
  2. [SOLVED] Pictures can not be deleted or changed with sheet protected
    By KK1234 in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 05-08-2013, 03:00 AM
  3. link run data sheets into inventory sheet
    By Minnesota_Knice in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 08-15-2012, 11:00 AM
  4. Prevent Cell Contect being changed when cell is unlocked but sheet protected
    By HangMan in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 07-17-2012, 09:15 AM
  5. Change Source of Link in Protected Sheet
    By Chiku in forum Excel General
    Replies: 0
    Last Post: 12-22-2005, 02:40 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1