+ Reply to Thread
Results 1 to 2 of 2

Macro for filter

  1. #1
    Registered User
    Join Date
    09-15-2005
    Posts
    90

    Question Macro for filter

    Sheet 1: b7:b37 can be filled with a blank at any time(depends on the date) Is there a macro that can make filter not show any blanks when updated?(not show empty rows)

  2. #2
    Robert Mulroney
    Guest

    RE: Macro for filter


    like this?

    public sub filterBlanks()
    Range("B7").Select
    Selection.AutoFilter Field:=1, Criteria1:="<>"
    end sub


    - Rm

    "comotoman" wrote:

    >
    > Sheet 1: b7:b37 can be filled with a blank at any time(depends on the
    > date) Is there a macro that can make filter not show any blanks when
    > updated?(not show empty rows)
    >
    >
    > --
    > comotoman
    > ------------------------------------------------------------------------
    > comotoman's Profile: http://www.excelforum.com/member.php...o&userid=27292
    > View this thread: http://www.excelforum.com/showthread...hreadid=473890
    >
    >


+ 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