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

I have been trying to paste some text into word.

So far I have come up with following code: It copies cells containing text,
opens word and than rings the alarm bell.....

Any further help will be greatly appreciated.
Daniel

Sub CreateNewWordDoc()
ActiveWorkbook.CustomViews("Print").Show
Range("J2:L55").Select
Selection.Copy
Shell "C:\Program Files\Microsoft Office\Office11\WINWORD"
Set wrdApp = CreateObject("Word.Application")
wrdApp.Visible = True
Set wrdDoc = wrdApp.Documents.Add
With wrdDoc
????????Paste???????????
End With
End Sub


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
Excel to Word : Paste specialPaste Link Excel Chart Obj doesn't Makedon Charts and Charting in Excel 0 January 12th 10 08:56 PM
Excel 7, paste linked to word becomes black when word pdf'd Surffreak Excel Discussion (Misc queries) 0 June 1st 08 12:17 AM
PASTE LINK option not available when I select PASTE SPECIAL to link an image in Excel to a Word document. tln Links and Linking in Excel 0 April 22nd 07 04:28 PM
Paste from Word Larry Excel Discussion (Misc queries) 4 March 30th 07 01:42 AM
Paste from MS Word Martyn B Tindall Excel Worksheet Functions 0 March 2nd 05 10:01 PM


All times are GMT +1. The time now is 10:06 AM.

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

About Us

"It's about Microsoft Excel"