Can i get an alert when real time data changes?

G

Guest

I import real time data (stock quotes) from outside sources (Bloomberg, etc).
I have formulas that calculate changes and ratios throughout the day. I
want to be notified (through a popup message, or email) when these values
reach a certain range. Is that possible
 
T

Tushar Mehta

Pop-up or email (or sound) would require programmatic support.
Depending on your comfort level with VBA, check out the worksheet
object's Calculate (or Change) event.

On the other hand, conditional formatting would not but all it would do
is change the format of specified cells.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
 

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

Top