+ Reply to Thread
Results 1 to 6 of 6

Sheet protection

Hybrid View

  1. #1
    Registered User
    Join Date
    03-02-2011
    Location
    Swiss
    MS-Off Ver
    Excel 2007
    Posts
    49

    Question Sheet protection

    Hi,
    I prepared an excel with several formula, i delete/hide the unnecessary cells, formula bar. I applied protection. but some formula are not working when i open that sheet in system with excel 2003. sometimes prompt message like enable macros... etc. is there anyway i can protect the sheet so that will not get any error message/compatibility issue.

    Kind regards,
    Tanza

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: Sheet protection

    make sure you save as xls not xlsm or xlsx and don't use any functions that aren't backwards compatible
    like sumifs
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Sheet protection

    Formulas that may not work are the new ones like SUMIFS. If you have a macro warning you are possible using User Defined Functions or have code modules in the workbook, they may not even contain code but will trigger the message
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

  4. #4
    Registered User
    Join Date
    03-02-2011
    Location
    Swiss
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Sheet protection

    Thanks for your reply
    Sorry for late response
    I used VLOOKUP function in my excel sheet.
    When I tried to open it in another system installed 2003 MS office, it was not working.
    Then I changed seting in addins in excel 2003 to enable VLOOKUP formula. Now I want to make this excel in a way if I open it in other system it will not generate any message.
    Thank you
    Tanza

  5. #5
    Registered User
    Join Date
    03-02-2011
    Location
    Swiss
    MS-Off Ver
    Excel 2007
    Posts
    49

    Re: Sheet protection

    I got two code to prevent any message

    Application.DisplayAlerts = False
    ActiveWorkbook.Close False

    If you think it will work, let me know how to execute this code.
    Many many thanks in advance
    Tanza

  6. #6
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Sheet protection

    VLOOKUP does not need any addin & will work in all versions of Excel

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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