Thread
:
Command Button Macro
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
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?
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett