Reminder program linked to Excel?

  • Thread starter Thread starter memac19
  • Start date Start date
M

memac19

Hello,

I was wondering if there is a program that will link to excel that
would prompt me to phone a client based on a cell with a specfic date?

Thanks,
Mike
 
You could do this with conditional formatting or a macro that put up a
msgbox or etc. You could even have a dialer macro that dials the number
directly from excel.
 
Thanks for the reply, but I am not totally familar with conditiona
formatting. Could you please elaborate furhter on how to set this u
with the msg box?

Thanks,
Mik
 
try
sub calljoe()
if range("a4")>=range("a1") then msgbox "Call Joe"
end sub
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top