+ Reply to Thread
Results 1 to 2 of 2

Command Button Macro

  1. #1
    Patty
    Guest

    Command Button Macro

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


  2. #2
    Don Guillett
    Guest

    Re: Command Button Macro

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

    --
    Don Guillett
    SalesAid Software
    dguillett1@austin.rr.com
    "Patty" <patricia.collins@sappi.com> wrote in message
    news:1147966715.523444.237110@i40g2000cwc.googlegroups.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 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