Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to write a macro that will write values to cells on a sequence given
by a counter. For example counter = 1 then writes a certain value to cell A1, then if counter goes to 2, i want the result to be posted on cell A2 and so on so forth, so when this macro is run, it will do some calculations and post for example 20 results in 20 rows on the same column. Could be easy to do using the R[]C[] notation but I dont know how to do that... can anyone help? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
cells(counter,1).value="certain value" -- Regards Frank Kabel Frankfurt, Germany "pacheco" schrieb im Newsbeitrag ... I want to write a macro that will write values to cells on a sequence given by a counter. For example counter = 1 then writes a certain value to cell A1, then if counter goes to 2, i want the result to be posted on cell A2 and so on so forth, so when this macro is run, it will do some calculations and post for example 20 results in 20 rows on the same column. Could be easy to do using the R[]C[] notation but I dont know how to do that... can anyone help? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Is Visual Basic the same as Visual Studio 2008? | Excel Worksheet Functions | |||
Visual BASIC in Excel | Excel Worksheet Functions | |||
changing the visual basic in office 2003 to visual studio net | Excel Discussion (Misc queries) | |||
Visual Basic within Excel | Excel Programming | |||
Visual Basic and Excel | Excel Programming |