Hi,
I'm quite new to VBA but had some experience coding for Excel. I now require a macro to help me solve a problem in Word and email. I hope someone can help me here. Thanks in advance!
The issue is that I need to copy some parts of a table in Word to an email that it will create too.
For eg.
There are two columns to the table, with the 1st row, column 1 being "Name", then 2nd row, column 1 being "Role", the 3rd row, column 1 being "Unit" and the 4th row, column 1 being "Title". On column 2 of the 4 rows are spaces for people to type in.
When one presses a macro button, the macro should create an email with the To field filled out, attaching this Word document to it, with some words on the email.
In addition, I would like the macro to copy for example, the whole of row 1, 2 and 4 and then paste it in the email. That will include all the columns of row 1,2 and 4 but not row 3.
I have the part of creating the email and attaching the document worked out. Now I lack this copying of data.
Once again, I thank you guys for the help! ![]()