I have large worksheet with columns: date, author, title, etc, sorted ascendingly. My customer wants date shows only once, then author shows only once, etc. The problem is that worksheet is too large (several hundred rows) to do it manually. I need to write a macro, that compares cell A2 with A1, and if values are equal, changes text color to white (color index 2), then goes to cell A3, compares with A2, etc. Then at the end of column A (both cells are empty) goes to column B, and continues to do this to the end of worksheet (column is empty). Can anybody help me?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Macro with a loop (any)
Home » Forums » AskWoody support » Productivity software by function » MS Excel and spreadsheet help » Macro with a loop (any)
- This topic has 5 replies, 3 voices, and was last updated 23 years, 6 months ago.
Viewing 0 reply threadsAuthorReplies-
WSAndrew Cronnolly
AskWoody LoungerNovember 30, 2001 at 1:09 pm #555235I think Conditonal formatting is a better bet, as it is more dynamic. If a cell value changes there would be no need to worry about updating the color etc. In A2 apply th efollowinh conditional formatting :
If Cell Value Is equal to = A1 (see attached picture)
then copy that and paste special formats to all cells except those in row 1.
Andrew C
-
WSkaplinb
AskWoody LoungerNovember 30, 2001 at 2:23 pm #555265 -
WSSammyB
AskWoody LoungerNovember 30, 2001 at 3:01 pm #555280Here’s a macro for you:
Option Explicit Sub ClearA1Dups() Dim strOrig As String Dim intOrig As Integer Dim c As Range With Range("A1") strOrig = .NumberFormat ' intOrig = .Font.ColorIndex For Each c In ActiveSheet.UsedRange If c.Value = .Value Then c.NumberFormat = ";;" ' or ' c.Font.ColorIndex = 2 End If Next c .NumberFormat = strOrig ' .Font.ColorIndex = intOrig End With End Sub
I used the ;; custom number format to make the date invisible because I like it better, but if you want to do it with white numbers, then use the code which is commented-out instead. This only does the current sheet, we can easily add a loop for each worksheet, if you want. HTH –Sam
-
WSAndrew Cronnolly
AskWoody LoungerNovember 30, 2001 at 3:26 pm #555287I think conditional formatting is best, as if any thing changes that should be taken care of automatically. If you do as I suggested all you have to do is copy A2, and then select the cells you wish to treat and Paste Special, Formats. As quick as, and probably much quicker in a large range, than evaluating each cell and formatting via VBA code.
Here is some code to apply the conditional formatting to every cell on the sheet, except row 1. If youdo not want to include all cess, use UsedRange in place of Cells.
Sub WhiteDupes() Dim strCond As String Dim oCell As Range For Each oCell In Cells If oCell.Row > 1 Then strCond = Chr(34) & "=" & _ ActiveCell.Offset(0, -1).Address & Chr(34) Selection.FormatConditions.Delete Selection.FormatConditions.Add _ Type:=xlCellValue, Operator:=xlNotEqual, _ Formula1:=strCond Selection.FormatConditions(1).Font.ColorIndex = 2 End If Next End Sub
I would still suggest using the conditional formating togetherr with paste formats.
Andrew C
-
WSSammyB
AskWoody Lounger
-
-
-
Viewing 0 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Lost sound after the upgrade to 24H2?
by
Susan Bradley
8 hours, 26 minutes ago -
How to move 10GB of data in C:\ProgramData\Package Cache ?
by
Alex5723
9 hours, 21 minutes ago -
Plugged in 24-7
by
CWBillow
16 hours, 42 minutes ago -
Netflix, Apple, BofA websites hijacked with fake help-desk numbers
by
Nibbled To Death By Ducks
21 hours, 34 minutes ago -
Have Copilot there but not taking over the screen in Word
by
CWBillow
18 hours, 43 minutes ago -
Windows 11 blocks Chrome 137.0.7151.68, 137.0.7151.69
by
Alex5723
2 days, 12 hours ago -
Are Macs immune?
by
Susan Bradley
10 hours, 46 minutes ago -
HP Envy and the Function keys
by
CWBillow
1 day, 20 hours ago -
Microsoft : Removal of unwanted drivers from Windows Update
by
Alex5723
16 minutes ago -
MacOS 26 beta 1 dropped support for Firewire 400/800
by
Alex5723
3 days ago -
Unable to update to version 22h2
by
04om
8 hours, 29 minutes ago -
Windows 11 Insider Preview Build 26100.4482 (24H2) released to Release Preview
by
joep517
3 days, 7 hours ago -
Windows 11 Insider Preview build 27881 released to Canary
by
joep517
3 days, 7 hours ago -
Very Quarrelsome Taskbar!
by
CWBillow
2 days, 17 hours ago -
Move OneNote Notebook OFF OneDrive and make it local
by
CWBillow
3 days, 20 hours ago -
Microsoft 365 to block file access via legacy auth protocols by default
by
Alex5723
3 days, 9 hours ago -
Is your battery draining?
by
Susan Bradley
9 hours, 7 minutes ago -
The 16-billion-record data breach that no one’s ever heard of
by
Alex5723
9 hours, 7 minutes ago -
Weasel Words Rule Too Many Data Breach Notifications
by
Nibbled To Death By Ducks
4 days ago -
Windows Command Prompt and Powershell will not open as Administrator
by
Gordski
2 hours, 52 minutes ago -
Intel Management Engine (Intel ME) Security Issue
by
PL1
3 days, 8 hours ago -
Old Geek Forced to Update. Buy a Win 11 PC? Yikes! How do I cope?
by
RonE22
3 days, 1 hour ago -
National scam day
by
Susan Bradley
2 days, 7 hours ago -
macOS Tahoe 26 the end of the road for Intel Macs, OCLP, Hackintosh
by
Alex5723
3 days, 4 hours ago -
Cyberattack on some Washington Post journalists’ email accounts
by
Bob99
5 days, 1 hour ago -
Tools to support internet discussions
by
Kathy Stevens
3 days, 14 hours ago -
How get Group Policy to allow specific Driver to download?
by
Tex265
4 days, 16 hours ago -
AI is good sometimes
by
Susan Bradley
5 days, 8 hours ago -
Mozilla quietly tests Perplexity AI as a New Firefox Search Option
by
Alex5723
4 days, 22 hours ago -
Perplexity Pro free for 12 mos for Samsung Galaxy phones
by
Patricia Grace
6 days, 9 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.