recognizing the day of the week

P

pls123

hi all !!
in vbe, how can i recognize the day of the week,
starting form a >now< in cell A1 ??

tx all !!
paolo
 
R

Rick Rothstein

You can use this to get your TRUE result...

=WEEKDAY(NOW())=2

The number use at the end of the formula corresponds to the day of the week,
so Sunday=1, Monday=2, Tuesday=3, etc.
 
P

pls123

ty rick !!





Rick Rothstein said:
You can use this to get your TRUE result...

=WEEKDAY(NOW())=2

The number use at the end of the formula corresponds to the day of the week,
so Sunday=1, Monday=2, Tuesday=3, etc.
 
Top