Hello There,
I have 2 workbooks. Each of the workbook has one table as listed below.
Workbook 1: Table1 (certain number of columns eg. 10, and x number of rows)
Workbook 2: Table2 (Has same number of columns as above + additional help columns in the start)
I am copying all the rows from workbook 1: Table1 and pasting it in workbook 2: Table2.
The requirement:
I will create a button 'Paste' in workbook 2: Table2. When pressed, this button should do the following:
1. Count the number of rows that has been copied from workbook 1: Table1, (i.e. read it from the clipboard). For eg. 50 rows has been copied from workbook 1: Table1
2. Create that many empty rows in workbook 2: Table2 (eg. 50 rows)
3. Place the cursor in Table2 6th column and paste only the values.
4. Display message #of rows pasted.
Could you please advise, how can this be achieved?
Many thanks and look forward to hearing from you.
Regards,
Don
I have 2 workbooks. Each of the workbook has one table as listed below.
Workbook 1: Table1 (certain number of columns eg. 10, and x number of rows)
Workbook 2: Table2 (Has same number of columns as above + additional help columns in the start)
I am copying all the rows from workbook 1: Table1 and pasting it in workbook 2: Table2.
The requirement:
I will create a button 'Paste' in workbook 2: Table2. When pressed, this button should do the following:
1. Count the number of rows that has been copied from workbook 1: Table1, (i.e. read it from the clipboard). For eg. 50 rows has been copied from workbook 1: Table1
2. Create that many empty rows in workbook 2: Table2 (eg. 50 rows)
3. Place the cursor in Table2 6th column and paste only the values.
4. Display message #of rows pasted.
Could you please advise, how can this be achieved?
Many thanks and look forward to hearing from you.
Regards,
Don