+ Reply to Thread
Results 1 to 6 of 6

How to exclude hidden rows while running a code?

Hybrid View

heena.singh How to exclude hidden rows... 06-19-2013, 05:53 AM
:) Sixthsense :) Re: How to exclude hidden... 06-19-2013, 06:02 AM
heena.singh Re: How to exclude hidden... 06-19-2013, 06:06 AM
:) Sixthsense :) Re: How to exclude hidden... 06-19-2013, 06:11 AM
heena.singh Re: How to exclude hidden... 06-19-2013, 06:22 AM
:) Sixthsense :) Re: How to exclude hidden... 06-19-2013, 06:25 AM
  1. #1
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: How to exclude hidden rows while running a code?

    Change this line

    Cells(i, 32) = "Analyst Today's Date"
    To

    Cells(i, 32) = "Analyst " & Format(Date, "DD.MM.YYYY")


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  2. #2
    Registered User
    Join Date
    06-12-2013
    Location
    Delhi
    MS-Off Ver
    Excel 2007
    Posts
    8

    Re: How to exclude hidden rows while running a code?

    thanks a lot it works perfect!!

  3. #3
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: How to exclude hidden rows while running a code?

    Glad it helps you and thanks for the feedback

+ 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