Group: microsoft.public.word.vba.general
From: "Doug Robbins - Word MVP"
Date: Wednesday, April 02, 2008 6:29 AM
Subject: Re: Table Macro

Create the table as an autotext entry and have your macro insert that.

--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"Ryan" wrote in message
news:15F15C8F-3BB7-4A5D-935C-48E64D1D3973@microsoft.com...
> I'm fairly new to VBA. I'm working on a template that should insert a
> pre-designed table from a toolbar. My question is wether I have to design
> the
> table through the macro since it's quite an involved table or wether there
> is
> a way to just select the appropriate table (designed before running the
> macro) to be able to be pasted wherever in the document?
>
> Hope this makes sense
> Thanks