Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel to Word : Paste specialPaste Link Excel Chart Obj doesn't | Charts and Charting in Excel | |||
Excel 7, paste linked to word becomes black when word pdf'd | Excel Discussion (Misc queries) | |||
PASTE LINK option not available when I select PASTE SPECIAL to link an image in Excel to a Word document. | Links and Linking in Excel | |||
Paste from Word | Excel Discussion (Misc queries) | |||
Paste from MS Word | Excel Worksheet Functions |