+ Reply to Thread
Results 1 to 3 of 3

Reseting Data Validations

Hybrid View

kreiny Reseting Data Validations 05-13-2007, 07:24 AM
davesexcel Maybe this simple code would... 05-13-2007, 11:02 AM
kreiny Worked perfectly Dave, Thank... 05-13-2007, 06:26 PM
  1. #1
    Registered User
    Join Date
    05-13-2007
    Location
    Australia
    MS-Off Ver
    Office365 on Windows10
    Posts
    12

    Reseting Data Validations

    Is it possible to use a macro to reset 4 drop down lists to a default start position??

  2. #2
    Forum Moderator davesexcel's Avatar
    Join Date
    02-19-2006
    Location
    Regina
    MS-Off Ver
    MS 365
    Posts
    13,525
    Maybe this simple code would work for you


    Sub Macro2()
    Range("A1") = 2
    Range("B1") = "c"
    Range("C1") = "Dreed"
    End Sub

  3. #3
    Registered User
    Join Date
    05-13-2007
    Location
    Australia
    MS-Off Ver
    Office365 on Windows10
    Posts
    12

    Thumbs up

    Worked perfectly Dave, Thank You

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1