I have a macro that copies a range from a table of data, and creates a word doc from it.
The problem is that the word doc ends up with the grid lines. I would just like it to have the borders on the cells i have selected on the excel worksheet.
how would i do this? Currently this is the paste command I have.
WdObj.Selection.Paste
Thanks in advance!
The problem is that the word doc ends up with the grid lines. I would just like it to have the borders on the cells i have selected on the excel worksheet.
how would i do this? Currently this is the paste command I have.
WdObj.Selection.Paste
Thanks in advance!