Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am working on a simulationproject which uses in the normal excel
procedure a 13 of colums en thousands of rows. Using Visual Basic I have now reduced the amount rows from thousands to two rows. There is one variable which is the one it is all about. PROBLEM: Offcourse it´s great that I use 2 rows in stead of a lot... except, I want to write one variable away in a separate column. For example: cell B13 holds the value of the variable. This changes every second in the new value. Is there some way I can copy this value to another cell. It should go like: time value copy to cell 1 5 A1 2 7 A2 3 10 A3 4 17 A4 5 31 A5 Any suggestions would be great. Robert. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing Options | Excel Discussion (Misc queries) | |||
Code to copy the formulae of one cell to all the cell in the rangewith the specific cell and columnnumber changing | Excel Discussion (Misc queries) | |||
How can I copy a value from a cell and paste it into another cell while adding it to the previous value in that cell | Excel Worksheet Functions | |||
I copy a formula and the results copy from the original cell | Excel Discussion (Misc queries) | |||
VBA to copy to empty cell directly below a cell when analogous cells in different column have same value as each other? | Excel Programming |