+ Reply to Thread
Results 1 to 2 of 2

Clear Filters on Certatin Worksheet when Workbook is Opened?

  1. #1
    Registered User
    Join Date
    03-23-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    37

    Clear Filters on Certatin Worksheet when Workbook is Opened?

    Workbook Name: Master Diary.xlsm
    Worksheet to clear filters on opening: Time Sheet

    If Data is hidden when "Master Diary.xlsm" is opened I need to show all data. (I don't care about sorting just a filter hiding rows)
    Workbook has 3 worksheets and could be opened on any othe 3. I only want "Time Sheet" cleared.

    This is what I have tried but nothing happens when I open the sheet,

    [code]
    Private Sub Workbook_Open()
    Worksheets("Time Sheet").Select
    ActiveSheet.ShowAllData
    End Sub
    [code/]

  2. #2
    Registered User
    Join Date
    03-23-2012
    Location
    USA
    MS-Off Ver
    Excel 2007
    Posts
    37

    Re: Clear Filters on Certatin Worksheet when Workbook is Opened?

    And how do you post code?

+ 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