Hey Guys --
I'm new to VB so I need help with a really simple task -- Its so silly I'm embarassed to ask!
I have an input sheet where operators enter daily data. I want the output data to be put on a different sheet. The output sheet takes values (and not formats) from specific cells (absolute reference) in the input sheet and places them all in the same row (different cols) on the output sheet whenever the macro is run. When the macro is run again, I want the next set of input data to be placed in the next available row.. simple, right?
I know there must be an easy way to tell excel to choose the next row and have all data be entered into that row, but the extent of my macro-writing knowledge doesn't go much further than "record macro"
Sorry for the silly question, a girl's gotta learn somehow!!
I'm also sure that this question has been answered here before, so maybe someone can just point me in the right direction?
I'm new to VB so I need help with a really simple task -- Its so silly I'm embarassed to ask!
I have an input sheet where operators enter daily data. I want the output data to be put on a different sheet. The output sheet takes values (and not formats) from specific cells (absolute reference) in the input sheet and places them all in the same row (different cols) on the output sheet whenever the macro is run. When the macro is run again, I want the next set of input data to be placed in the next available row.. simple, right?
I know there must be an easy way to tell excel to choose the next row and have all data be entered into that row, but the extent of my macro-writing knowledge doesn't go much further than "record macro"
Sorry for the silly question, a girl's gotta learn somehow!!