ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Dates (https://www.excelbanter.com/excel-programming/381635-re-dates.html)

merjet

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


Janos

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