Hello, I have a workbook with 5 sheets. Each sheet (in Cell P1) has the same data validation dropdown list (Source=compname).
compname is a named range that includes (Alpha, Bravo, Charlie, Delta, Echo) I have also set a Public variable compset as String.
My intention is to get the Public variable reset anytime a choice is made from either of Sheets 1 - 5, so that all sheets drop down lists will automatically become selected, whatever the new compset value equals.
I know I can make cell P1 in sheets 2 - 5 = sheets1!$P$5, however, the user will not necessarily start their tasks on sheet 1. In fact, depending on which task they are working on, they may start on sheet 3 or sheet 2 and sheet 5, so I'm hoping to figure out how they can make one choice on whatever sheet they are working on, and the same company name will automatically be selected on the other 4 sheets without them having to manually select it. So, whenever there is a change to any of the sheets dropdown lists, that new selection becomes the Public Variables value. Hopefully I'm being clear.
I've been trying a variety of Worksheet Changes & Cell Changes, but it's not working out. Can someone assist please.
Thanks Muchly
compname is a named range that includes (Alpha, Bravo, Charlie, Delta, Echo) I have also set a Public variable compset as String.
My intention is to get the Public variable reset anytime a choice is made from either of Sheets 1 - 5, so that all sheets drop down lists will automatically become selected, whatever the new compset value equals.
I know I can make cell P1 in sheets 2 - 5 = sheets1!$P$5, however, the user will not necessarily start their tasks on sheet 1. In fact, depending on which task they are working on, they may start on sheet 3 or sheet 2 and sheet 5, so I'm hoping to figure out how they can make one choice on whatever sheet they are working on, and the same company name will automatically be selected on the other 4 sheets without them having to manually select it. So, whenever there is a change to any of the sheets dropdown lists, that new selection becomes the Public Variables value. Hopefully I'm being clear.
I've been trying a variety of Worksheet Changes & Cell Changes, but it's not working out. Can someone assist please.
Thanks Muchly