Macro to reset Validation box

M

MichaelRobert

My spreadsheet contains a range of validated cell (b5:b10) . Each cell uses a
different source table. But each table has a setting that is the 'starting'
position for each. The starting position is variously "Empty" or "Select
one". For example, one source is:

Empty
Amber
Blue
Clear
Green
Red

A user will select one of these options from each of the validation boxes,
and the spreadsheet opens next time at the selections made last time.

I want to create a Macro that resets whatever has been selected back to the
Empty position, ready for the next selection.

I have tried recording a macro where I select each cell, click the drop-down
arrow on the validation box and select the Empty option . But the only thing
that is recorded is the identity of the lsat cell that I selected.

Help please?

Thanks

Mike
 
M

MichaelRobert

Thanks for the function to trigger the reset. But what I need is the macro to
perform the reset. Unless the Workbook_Open not only fires the macro, but
also re-opens the Workbook at the required condition.

Even then, I don't want to reset the entire Workbook - only a few cells on
Sheet 1, or - at a pinch - all of Sheet 1.

Or maybe I am missing something :)

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top