View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] dghelardi@gmail.com is offline
external usenet poster
 
Posts: 2
Default Copy value from changing cells without VBA

I have an excel workbook that continuously reads values from external application via DDE and stores then to a range of cells.
Those values are continuously changing.
When those values are "satisfactory", I need to save a frozen copy into target ranges without using VBA since, by policy, it is denied.
I can use copy-paste values, but it is time consuming since I have to repeat many times.
Is there a formula to put in target ranges that can read from the "source" range and can freeze the value on command?

TIA,
David