Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Excel Question [Easy, I hope]

  • 23-08-2010 03:07PM
    #1
    Registered Users, Registered Users 2 Posts: 2


    I have about 10 different feilds across a row, some of the fields are list boxes. I want to force entry across the row or at least for some specific cells, if any of the other cells are edited.

    Ive been trying to figure this out and its probably simple but i would much appreciate anyones help
    Tagged:


Comments

  • Registered Users, Registered Users 2 Posts: 1,080 ✭✭✭KAGY


    I have about 10 different feilds across a row, some of the fields are list boxes. I want to force entry across the row or at least for some specific cells, if any of the other cells are edited.

    Ive been trying to figure this out and its probably simple but i would much appreciate anyones help

    Not 100% sure what you want here, but maybe

    Turn off cell protection for those cells you want edited, then protect the sheet.

    Other than that you will need a macro , when a list box is updated it runs through and protects or unprotects the cells.

    You will need to use the events onUpdate and function Cell.protection=1
    It's been a while so they're probably wrong, but at least they'll point you in the right direction.


Advertisement