Worksheet_Change not working as desired

VJAIN64

New Member
Joined
Dec 31, 2013
Messages
1
Hi,

I have an excel sheet which fetches stock price data in two cells, namely "LAST TRADED TIME" and "LAST TRADED PRICE". These two cells are getting populated from an external source using RTD functions and are constantly changing. I have created Worksheet_Change targeted on "LAST TRADED TIME" and copying these two cells in another place on the same worksheet using a macro. The problem is that even though these two cells are changing, the macro code is not being called. When I press F2 key and ENTER on the "LAST TRADED TIME" cell, the macro is called and contents are copied on desired location. Is there is any workaround where I do not have to interfere in the sheet since the frequency of change is reasonably high. Thnx
 

Excel Facts

Shade all formula cells
To shade all formula cells: Home, Find & Select, Formulas to select all formulas. Then apply a light fill color.
Welcome to the Board!

You may want to investigate trying to use the Worksheet_Calculate event instead of the Worksheet_Change event. The Worksheet_Change is triggered upon changes like manual entries or Copy & Paste. It is not triggered upon calculation changes.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,484
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top