View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips
 
Posts: n/a
Default 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" wrote in message
...
I would like to create a "Reset Values" button on a worksheet to clear

only
select cells. All suggestions greatly appreciated.