+ Reply to Thread
Results 1 to 4 of 4

Macro to delete row with protected cells

Hybrid View

  1. #1
    Turboj
    Guest

    Macro to delete row with protected cells

    I have some formula set up in several columns so I lock the columns and
    protect the sheet to avoid formula being deleted unintentionally.

    I want to somebody else who use the sheet can delete row without
    unprotecting the sheet. Can Macro help in this case and how?

    I am a newbie on VBA and your help is apprieciated!

    Thanks

  2. #2
    Dave Peterson
    Guest

    Re: Macro to delete row with protected cells

    You could provide a macro that:
    unprotected the worksheet
    deleted the row with the activecell
    protected the worksheet

    Turboj wrote:
    >
    > I have some formula set up in several columns so I lock the columns and
    > protect the sheet to avoid formula being deleted unintentionally.
    >
    > I want to somebody else who use the sheet can delete row without
    > unprotecting the sheet. Can Macro help in this case and how?
    >
    > I am a newbie on VBA and your help is apprieciated!
    >
    > Thanks


    --

    Dave Peterson

  3. #3
    GS
    Guest

    RE: Macro to delete row with protected cells

    See my reply 2 posts back ("Deleting a protected row")

    Regards,
    GS

    "Turboj" wrote:

    > I have some formula set up in several columns so I lock the columns and
    > protect the sheet to avoid formula being deleted unintentionally.
    >
    > I want to somebody else who use the sheet can delete row without
    > unprotecting the sheet. Can Macro help in this case and how?
    >
    > I am a newbie on VBA and your help is apprieciated!
    >
    > Thanks


  4. #4
    Turboj
    Guest

    RE: Macro to delete row with protected cells

    thanks all for your help

    "GS" wrote:

    > See my reply 2 posts back ("Deleting a protected row")
    >
    > Regards,
    > GS
    >
    > "Turboj" wrote:
    >
    > > I have some formula set up in several columns so I lock the columns and
    > > protect the sheet to avoid formula being deleted unintentionally.
    > >
    > > I want to somebody else who use the sheet can delete row without
    > > unprotecting the sheet. Can Macro help in this case and how?
    > >
    > > I am a newbie on VBA and your help is apprieciated!
    > >
    > > Thanks


+ 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