Hi Rick,
Unfortunately there aren’t really any baked-in facilities for this.
Is this principle problem with copying and pasting from list view the unwanted formatting? If so, would it be possible to paste it into a plain text editor (whether Notepad or whatever your operating systems default is) as an intermediary step before copying and pasting it into your word processor document?
Alternatively, perhaps you could export only events using WordPress’s exporter? This generates an XML file, but potentially you could take this and transform it into something workable, possibly via a spreadsheet application.
Other than that it would be possible to form a custom query using either WP_Query or tribe_get_events() and format the output however you desire, but the details of that are really something we’d need to leave to you.
Does that help at all?