Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Using a dde link how do I write the data from the "live" cell to a
static cell so I may have a reference of the data at a certain time of day. I have been given a macro (from this group) that will fire at a certain time. However the recording from the dde linked cell to the non dde linked cell is beyond me. Thanks CBarnes |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
to copy from one cell to another is trivial, just add a line to your existing
code eg Worksheets("target").range("A1").Value = Worksheets("source").range("A1").Value change the sheet names and cell references accordingly/appropriately "chuckb74" wrote: Using a dde link how do I write the data from the "live" cell to a static cell so I may have a reference of the data at a certain time of day. I have been given a macro (from this group) that will fire at a certain time. However the recording from the dde linked cell to the non dde linked cell is beyond me. Thanks CBarnes |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Adding data only if adjacent to cell labeled "male"/"female" | Excel Worksheet Functions | |||
I am not able to write "NWO" in a cell of excel sheet | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
custom format cell, if value is 0, then write "-" | Excel Discussion (Misc queries) | |||
custom format cell, if value is 0, then write "-" | Excel Programming |