Auto Emailing From Excell Based On Cell Date
Closed
Yesraja
-
Apr 15, 2012 at 04:30 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 16, 2012 at 02:36 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Apr 16, 2012 at 02:36 PM
Related:
- Auto Emailing From Excell Based On Cell Date
- Grand theft auto v free download no verification for pc - Download - Action and adventure
- How to stop facebook from auto refreshing - Guide
- Grand theft auto iv download apk for pc - Download - Action and adventure
- How to set auto redial on android - Guide
- Nvidia drivers auto detect - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Apr 16, 2012 at 02:36 PM
Apr 16, 2012 at 02:36 PM
I dont think that function on sheet will help
you would need a macro to trigger the call
some thing like
if ( isdate(range("E1")) then
if (format(range("E1"), "YYYYMMDD") > format(now, "YYYYMMDD")) then
call emailMe()
end if
end if
you would need a macro to trigger the call
some thing like
if ( isdate(range("E1")) then
if (format(range("E1"), "YYYYMMDD") > format(now, "YYYYMMDD")) then
call emailMe()
end if
end if