Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default RTD feeds into excel not trigering a worksheet change macro

Any help with this problem greatly appreciated, I am feeding live data
into cells and wrote a quick macro triggered to run when values in cell
change

Private Sub Worksheet_Change(ByVal Target As Range)

However changes in data values in cells do not seem to cause following
macro to run.
Can anyone think of a solution?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 34
Default RTD feeds into excel not trigering a worksheet change macro

This macro must be in the module belonging to the worksheet you are
filling. Right-click on the tab of the worksheet and select <View
Code. Now the VBA editor opens in the module belonging to this
worksheet. If you insert your Worksheet_Change routine here it will
work.


DTM wrote:
Any help with this problem greatly appreciated, I am feeding live data
into cells and wrote a quick macro triggered to run when values in cell
change

Private Sub Worksheet_Change(ByVal Target As Range)

However changes in data values in cells do not seem to cause following
macro to run.
Can anyone think of a solution?


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Worksheet Change Macro Help Vick Excel Discussion (Misc queries) 1 June 19th 09 10:25 PM
Feeds from one sheet to another jgenin Excel Worksheet Functions 1 September 20th 06 04:24 PM
Cell value change to trigger macro (worksheet change event?) Neil Goldwasser Excel Programming 4 January 10th 06 01:55 PM
Sorting Data that feeds into other formulas.... Kittine Excel Discussion (Misc queries) 1 July 26th 05 08:21 PM
Can Excel 2002 SP3 automatically import RSS data feeds? Var Excel Discussion (Misc queries) 1 May 10th 05 10:34 PM


All times are GMT +1. The time now is 12:32 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"