+ Reply to Thread
Results 1 to 3 of 3

Need to move to the next visible row in VBA

Hybrid View

  1. #1
    Registered User
    Join Date
    04-16-2010
    Location
    India
    MS-Off Ver
    Excel 2003
    Posts
    10

    Need to move to the next visible row in VBA

    Hi,
    I'm trying to accomplish this in VBA. I have a sheet where many rows are hidden. Through VBA, I need to iterate through the rows that are visible only. Is there a way to do this?


    Cross posted:
    http://www.mrexcel.com/forum/showthr...90#post2318190

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Re: Need to move to the next visible row in VBA

    A hidden row has a rowheight of 0. This should help you identify the visible rows.

  3. #3
    Forum Expert royUK's Avatar
    Join Date
    11-18-2003
    Location
    Derbyshire,UK
    MS-Off Ver
    Xp; 2007; 2010
    Posts
    26,200

    Re: Need to move to the next visible row in VBA

    You shouldn't need to select a row in VBA , so just refer to the Row or cell in that row.
    Hope that helps.

    RoyUK
    --------
    For Excel Tips & Solutions, free examples and tutorials why not check out my web site

    Free DataBaseForm example

+ 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