Is it possible to use a macro to reset 4 drop down lists to a default start position??
Is it possible to use a macro to reset 4 drop down lists to a default start position??
Maybe this simple code would work for you
![]()
Sub Macro2() Range("A1") = 2 Range("B1") = "c" Range("C1") = "Dreed" End Sub
Worked perfectly Dave, Thank You![]()
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks