+ Reply to Thread
Results 1 to 2 of 2

reset values in select cells

  1. #1
    1vagrowr
    Guest

    reset values in select cells

    I would like to create a "Reset Values" button on a worksheet to clear only
    select cells. All suggestions greatly appreciated.

  2. #2
    Bob Phillips
    Guest

    Re: reset values in select cells

    How about tying tis macro to a forms toolbar button

    Sub ResetCells()
    Selection.Clear
    End Sub

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "1vagrowr" <[email protected]> wrote in message
    news:[email protected]...
    > I would like to create a "Reset Values" button on a worksheet to clear

    only
    > select cells. All suggestions greatly appreciated.




+ 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