View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DTM[_4_] DTM[_4_] is offline
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?