Go Back   TechArena Community > Technical Support > Computer Help > Office Help > Microsoft Project
Become a Member!
Forgot your username/password?
Register Tags Active Topics RSS Search Mark Forums Read SiteMap

Tags: , ,

Sponsored Links



Hide rows in EXCEL

Microsoft Project


Reply
 
Thread Tools Search this Thread
  #1  
Old 02-12-2008
Marc H.
 
Posts: n/a
Hide rows in EXCEL

Hi Folks,



I`ve got a little problem in excel and VBA.



Iīva to check more then 5000 cells if they are empty or not. In case they
are empty I want to hide the row.



Here my is code:



for z = 1 to 5000

a = Cells(z, 1)

If a = 0 Then
Rows(t).Hidden = True
End If

next z



Itīs running well but to slow.



Does anyone of you knows a better quicker way?



thanx a lot.



Marc



Reply With Quote
  #2  
Old 02-12-2008
Mike Glen
 
Posts: n/a
Re: Hide rows in EXCEL

Hi Marc,

This forum is closing down. Anyway, these newsgroups are specifically for
matters dealing with Microsoft Project. I suggest you try to find a more
appropriate newsgroup that deals with Excel/vba problems.
Reply With Quote
  #3  
Old 03-12-2008
Marc H.
 
Posts: n/a
Re: Hide rows in EXCEL

Sorry Mike, and thankx for the info.
Reply With Quote
  #4  
Old 03-12-2008
Mike Glen
 
Posts: n/a
Re: Hide rows in EXCEL

You're welcome, Marc, no problem :-)
Reply With Quote
Reply

  TechArena Community > Technical Support > Computer Help > Office Help > Microsoft Project


Thread Tools Search this Thread
Search this Thread:

Advanced Search


Similar Threads for: "Hide rows in EXCEL"
Thread Thread Starter Forum Replies Last Post
VBA to hide the rows in Microsoft Excel Lanka Boy MS Office Support 1 4 Weeks Ago 03:12 PM
Changing rows into columns in excel Gannon Windows Software 5 25-12-2009 06:10 PM
Merging duplicate names not rows copy rows into new workbook each time VBA Excel 2003 awkwardsmile Software Development 2 09-07-2009 09:57 AM
Auto hide rows and column in Excel 2007 Murena Windows Software 3 28-02-2009 07:00 PM
Delete rows in Excel [VB] Janet J Software Development 2 03-02-2009 07:31 PM


All times are GMT +5.5. The time now is 12:55 AM.