![]() |
|
#1
|
|||
|
|||
![]()
omg you are the best (Y), somehow now im being asked for more <.< i'll try to comprehend what u did to adapt it to what i need now.
The problem now is that theres a blank space between the names in the columns. i used ur macro but it grabs also the blanks spaces. |
#2
|
|||
|
|||
![]()
After the line : Worksheets("Hoja5").Activate
insert this: Dim i As Integer For i = 2 To 100 If Sheets("Hoja5").Range("A" & i).Value = 0 Then 'delete empty rows Rows(i & ":" & i).EntireRow.Delete End If Next i If you replace "Delete" from above to "Hidden = True", it will just hide empty rows, instead of deleting them |
![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to create two columns based on a certain criterior from the original two column? | where_pc | Excel | 3 | 06-13-2011 10:39 AM |
![]() |
pdfaust | Excel | 2 | 02-03-2011 03:02 PM |
![]() |
Jamal NUMAN | Excel | 1 | 01-12-2011 07:59 PM |
![]() |
Learner7 | Excel | 5 | 06-12-2010 09:54 AM |
![]() |
jerryjaysr | Excel | 4 | 06-29-2006 07:27 AM |