Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default excel copy cells to word template

I have a large workbook and I want to copy cells from one sheet called
Menu to a specific word template called PDC_MCC_IR.dot and save the
word template as a word document. I have a bit of code that can open a
word document and past information from cells in the word document but
I need help for the rest. Can anyone help me. Here is the code that I
already have.

Sub Excel_to_Word()
Dim appWord As Word.Application

Set appWord = New Word.Application

appWord.Visible = True

Range("b4:c10").Copy

appWord.Documents.Add.Content.Paste

Application.CutCopyMode = False



End Sub


Thanks Garry

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
copy excel cells to word without gridlines learning 2007 Excel Discussion (Misc queries) 1 October 30th 09 04:43 PM
excel copy cells to word template Garr New Users to Excel 2 August 8th 06 04:30 AM
How can I have Excel cells populate a Word label template? MS Questionnairess Excel Discussion (Misc queries) 1 June 8th 06 01:26 AM
export/copy excel cells to Word Salim Excel Discussion (Misc queries) 1 April 23rd 06 08:09 AM
How do I copy cells from excel into word without the gridlines? Jake Excel Discussion (Misc queries) 11 February 8th 06 08:18 PM


All times are GMT +1. The time now is 05:40 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"