ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   Using an Excel macro to reset a drop down list (https://www.excelbanter.com/excel-discussion-misc-queries/210385-using-excel-macro-reset-drop-down-list.html)

BrucenAZ

Using an Excel macro to reset a drop down list
 
How do I reset a drop down list to a default, such as "Choose answer," using
a macro. I tried recording it straight forward, but no luck.

I'd like the macro to 1) clear the name field (this is a quiz), 2) reset the
score to zero and 3) reset the drop down answers for each question to "choose
answer." I already have #1 and #2 figured out. Thanks.

bpeltzer

Using an Excel macro to reset a drop down list
 
It sounds like you already know what the result should be. So rather than
worry about selecting the first item from the validation list, you could just
set the proper starting value: Range("A1") = "choose answer" (repeat for
each cell that needs to be reset).

"BrucenAZ" wrote:

How do I reset a drop down list to a default, such as "Choose answer," using
a macro. I tried recording it straight forward, but no luck.

I'd like the macro to 1) clear the name field (this is a quiz), 2) reset the
score to zero and 3) reset the drop down answers for each question to "choose
answer." I already have #1 and #2 figured out. Thanks.


BrucenAZ

Using an Excel macro to reset a drop down list
 
I like your idea. However, the drop down lists are not assigned to specific
cells. How do I define the Range of a drop down list? Thanks.

"bpeltzer" wrote:

It sounds like you already know what the result should be. So rather than
worry about selecting the first item from the validation list, you could just
set the proper starting value: Range("A1") = "choose answer" (repeat for
each cell that needs to be reset).

"BrucenAZ" wrote:

How do I reset a drop down list to a default, such as "Choose answer," using
a macro. I tried recording it straight forward, but no luck.

I'd like the macro to 1) clear the name field (this is a quiz), 2) reset the
score to zero and 3) reset the drop down answers for each question to "choose
answer." I already have #1 and #2 figured out. Thanks.



All times are GMT +1. The time now is 04:21 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com