+ Reply to Thread
Results 1 to 2 of 2

how to allow macro to write on a protected sheet

  1. #1
    MVM
    Guest

    how to allow macro to write on a protected sheet

    without using unprotect/protect way..
    is there a way to allow program to write in certain ranges while users can't
    write.

    Thanks for all the help you provided.
    MVM

  2. #2
    Norman Jones
    Guest

    Re: how to allow macro to write on a protected sheet

    Hi MVM,

    If the UserInterfaceOnly argument is used with the protect method, tthe
    worksheet can be manipulated with code.

    The setting is not persistent between Excel sessions, so it is common
    practice to set protection in the workbook open event.


    ---
    Regards,
    Norman



    "MVM" <[email protected]> wrote in message
    news:[email protected]...
    > without using unprotect/protect way..
    > is there a way to allow program to write in certain ranges while users
    > can't
    > write.
    >
    > Thanks for all the help you provided.
    > MVM




+ 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