Updating data on sheet keeping all historical data
Posted by Meryn on August 08, 2001 6:09 AM
I have one workbook with 3 sheets (a,b & c)
Data input on 'a' creates a form on 'c' which then gets printed - no problem.
I would then like the data input on 'a' to be placed on 'b'.
Each time the data gets put onto 'b' from 'a' - I would like it placed on the next row down.
I have the code for finding the next empty cell in a column - so that my cursor is always in the right position for the next row of input - but do not know the syntax for getting the input placed to the right of this position (always column A).
eg: next available row is r28 - i start my macro and my cursor ends up at a28...
I have twelve fields on 'a' that need to be placed in 'b' at a28, then b28, c28 and so on...
next time the macro is run the cursor gets placed at a29 etc etc ...
apologies for spelling this out - but am just a novice at this (obviously) so need to get it straight in my own mind so that i can give you the correct info.
hope this makes sense...
if i can get this sorted then i have the rest of my speadsheets completed with other simple coding that i have done... any help would be greatly appreciated. thks.