Good morning guys,
I'm working on a ordering system that will put selected orders on a new sheet, so it can be sent off to be ordered.
i have multiple parts in different ranges on a sheet , (sheet1). without me doing a separate code for each part , is there a way that when a cell is selected it always copies the cell above aswell.
and then pastes it on the next available line in sheet2
for example
sheet1
selecting A2 (Copies A2:A1) & Pastes it into Sheet2 range D3:D2)
Select B2 (Copies B2:B1 & Pastes it into sheet2 range D5:D4)
The cell above is always an image of the part.
Thanks for you help guys, im alright at reading code and finding out what each line does, so don't worry about using my ranges, i will make any changes.
any more information please let me know.
I'm working on a ordering system that will put selected orders on a new sheet, so it can be sent off to be ordered.
i have multiple parts in different ranges on a sheet , (sheet1). without me doing a separate code for each part , is there a way that when a cell is selected it always copies the cell above aswell.
and then pastes it on the next available line in sheet2
for example
sheet1
selecting A2 (Copies A2:A1) & Pastes it into Sheet2 range D3:D2)
Select B2 (Copies B2:B1 & Pastes it into sheet2 range D5:D4)
The cell above is always an image of the part.
Thanks for you help guys, im alright at reading code and finding out what each line does, so don't worry about using my ranges, i will make any changes.
any more information please let me know.