I have an excel sheet that contains a form that keeps repeating itself in the same format vertically. I'm trying to copy each of the forms data onto a seperate sheet listing each form my row.
Will I be able to the the following via VBA:
If I click on the top left corner of each form I click a button that sets that cell as the Current Region (There a 5 blank rows between each form). From the clicked cell I need it to move 5 columns to the right and 2 rows down and copy the data from the cell to cell A100. It will then move from starting point cell of form and move to different cell and copy data to cell B100.
Basically I'm trying to copy info from each form into a row format, where each row will have the info for one form. Can anyone tell me how this can be done?
*I've also posted this in Access modules VBA coding earlier, but found this forum better suited.
Will I be able to the the following via VBA:
If I click on the top left corner of each form I click a button that sets that cell as the Current Region (There a 5 blank rows between each form). From the clicked cell I need it to move 5 columns to the right and 2 rows down and copy the data from the cell to cell A100. It will then move from starting point cell of form and move to different cell and copy data to cell B100.
Basically I'm trying to copy info from each form into a row format, where each row will have the info for one form. Can anyone tell me how this can be done?
*I've also posted this in Access modules VBA coding earlier, but found this forum better suited.