CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2013
    Posts
    1

    VB Code for Excel - delete rows with all caps

    I need VB code to remove any rows in excell that contain ONLY CAPS.

  2. #2
    GCDEF is offline Elite Member Power Poster
    Join Date
    Nov 2003
    Location
    Florida
    Posts
    12,635

    Re: VB Code for Excel - delete rows with all caps

    Quote Originally Posted by Gooberlvr View Post
    I need VB code to remove any rows in excell that contain ONLY CAPS.
    This wouldn't be the place to get it.

  3. #3
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: VB Code for Excel - delete rows with all caps

    Quote Originally Posted by Gooberlvr View Post
    I need VB code to remove any rows in excell that contain ONLY CAPS.
    Can you do it in excel?
    Then just record a macro!
    Victor Nijegorodov

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: VB Code for Excel - delete rows with all caps

    [ Moved to VB 6 Forum ]

  5. #5
    Join Date
    Jan 2006
    Location
    Fox Lake, IL
    Posts
    15,007

    Re: VB Code for Excel - delete rows with all caps

    Kind of silly to allow them in the first place, if you want to remove them!
    David

    CodeGuru Article: Bound Controls are Evil-VB6
    2013 Samples: MS CODE Samples

    CodeGuru Reviewer
    2006 Dell CSP
    2006, 2007 & 2008 MVP Visual Basic
    If your question has been answered satisfactorily, and it has been helpful, then, please, Rate this Post!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured