Word VBA to copy cell contents to clipboard?

Joined
Jan 10, 2007
Messages
43,898
Location
In The Machine
Very simply, I've got a Word document with a bunch of tables in. Each table has 2 columns (Name and Value respectivly), and I want to add a third column with one button in each cell. The buttons will be added manually.

When a button is pressed it copies the contents of the cell to its left to the clipboard as a simple text string.

Adding the buttons and putting stuff on the clipboard isn't hard, I just don't know how to get the button's current location in the Document and thus the table cell next to it.

Thanks


More...

View All Our Microsoft Related Feeds
 
Back
Top