![]() |
![]() |
|
|||||||
| Excel Questions All Excel/VBA questions - formulas, macros, pivot tables, general help, etc. Please post to this forum in English only. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
New Member
Join Date: Mar 2002
Posts: 3
|
Hi,
I'm trying to de-dup a spreadsheet, and want to write a macro that just compares the value of a column with that of the row before. If there are the same, then I want it to hide the second row. I know I can use a For statement to cycle the column and an If statement to find out if they are equal but is there a command to hide an entire row? Thanks Minsoo |
|
|
|
|
|
#2 |
|
Board Regular
Join Date: Feb 2002
Location: Huntington Beach, CA USA
Posts: 327
|
EntireRow.Hidden = True
James |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|