P
pswanie
i got a macro to copy and special paste data in order to get a accumalative
sales data. i want to add to it so that it check if today is the last day of
the month.
something like
if now() = lastday of month then
run macro
else
range a1.value = ""
end if
thanx
Phillip
sales data. i want to add to it so that it check if today is the last day of
the month.
something like
if now() = lastday of month then
run macro
else
range a1.value = ""
end if
thanx
Phillip