![]() |
Dates
Const limitDOWN As Date = #1/1/2007#
Const limitUP As Date = #2/2/2007# For Each c In Worksheets("Instructions").Range("B7:B200").Cells If c limitDOWN And c < limitUP Then With c.Font .Bold = True .Italic = True End With End If Next c Hth, Merjet |
Dates
Thank you very Much!
Janos "merjet" wrote: Const limitDOWN As Date = #1/1/2007# Const limitUP As Date = #2/2/2007# For Each c In Worksheets("Instructions").Range("B7:B200").Cells If c limitDOWN And c < limitUP Then With c.Font .Bold = True .Italic = True End With End If Next c Hth, Merjet |
All times are GMT +1. The time now is 03:04 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com