View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Don Guillett Don Guillett is offline
external usenet poster
 
Posts: 10,124
Default Command Button Macro

Sub showall()
On Error GoTo away
ActiveSheet.ShowAllData
away:
End Sub

--
Don Guillett
SalesAid Software

"Patty" wrote in message
oups.com...
I would like to creat a "command button" for users of my spreadsheet to
undo all autofilters. Is there a written macro for this?