Hi
Firstly thanks for any help given.
Requirement:
VBA to search a vertical range (B2:B21) for any cells that are not blank, then copy/paste the number to another cell on a seperate worksheet called "NewForm" and cell (C25), then print this form. When sent to printer it needs to find the next number in the next cell and repeat process until the next cell is blank.
I have the below, but this copies and pastes the first two entries below each other on NewForm rather than in the same cell (C25)... Any thoughts/solutions?
Notes: The range is always the same, the destination is always the same and there can be between 1 and 20 entries in the range.
Bookmarks