Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am new to using macros on excel workbooks.
I am using Analyzer to down load Stock prices on a daily basis and Momentum indicators to analize the stocks. Using Tools, I am able to down load prices. However the indicator macros that are posted on every worksheet I have to run manualy on each worksheet. What do I have to do in order for the indicators to automaticly be updated, once new stock prices are being loaded ? Amit |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Possibly using events. See Chip Pearson's overview of events
http://www.cpearson.com/excel/events.htm possibly the Worksheet_change event - but it would depend on what you want to trigger the macro. -- regards, Tom Ogilvy wrote in message ups.com... I am new to using macros on excel workbooks. I am using Analyzer to down load Stock prices on a daily basis and Momentum indicators to analize the stocks. Using Tools, I am able to down load prices. However the indicator macros that are posted on every worksheet I have to run manualy on each worksheet. What do I have to do in order for the indicators to automaticly be updated, once new stock prices are being loaded ? Amit |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks,
I shall try it Amit |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Push updates from one workbook to others? | Excel Worksheet Functions | |||
Workbook updates | Excel Discussion (Misc queries) | |||
Workbook updates | Excel Discussion (Misc queries) | |||
Help with workbook updates | Excel Worksheet Functions | |||
macros and screen updates | Excel Programming |