Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am using Excel 2k, writing code that activates 3 files, taking data
from the first, activating a second workbook, pasting via variant array to a designated input range, assigning a designated output range to a variant array. The next step is to return the results to the original workbook, which is activated and similarly, data is brought into a range, the sheet is calculated, and the output is put into a variant for further processing. My issue is this - on the 3rd and final workbook, I want to paste the contents of the variant into a matrix of results ( ie, each time I run the code, the target will change). I wanted to know if there is a way - other than a msgbox where I designate the address - to click on a cell and have the values be pasted into the active cell. As I type this, I think that using a Preserve in a Dim statement may allow me to actually let the code end and then run a new macro, off a double click event perhaps. But I am looking for something more efficient. Thanks for the assistance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro Execution | Excel Discussion (Misc queries) | |||
getting a simple macro to begin execution on the selected cell | Excel Discussion (Misc queries) | |||
automatic macro execution | Excel Programming | |||
Macro execution linked to cell entry | Excel Programming |