|
| |||||||||
| Tags: excel, hide, rows |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| |||
| |||
| 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 |
|
#2
| |||
| |||
| 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. |
|
#3
| |||
| |||
| Re: Hide rows in EXCEL
Sorry Mike, and thankx for the info. |
|
#4
| |||
| |||
| Re: Hide rows in EXCEL
You're welcome, Marc, no problem :-) |
![]() |
|
| Thread Tools | Search this Thread |
| |
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 |