Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I tried the line of code you suggested.
Selection.Collapse wdCollapseEnd Gave me an error that the "Object doesn't support this property o method" Then tried both wrdApp.Selection.Collapse wdCollapseEnd Word.selection.Collapse wdCollapseEnd and still just overwriting the last paste when I go back through Here's the code I'm trying to get to work. Any help will be appreciated with beer if I can :) With wrdDoc 'Write Data Sheets("Sheet2").Select For iWrd = 0 To Finali - 1 iFirstRow = iWrd * 28 iLastRow = (iWrd * 28) + 27 If iFirstRow = 0 Then iFirstRow = 1 End If Range("A" & iFirstRow & ":B" & iLastRow).Select Selection.Copy .Content.PasteExcelTable False, False, False .Content.InsertBreak Next iWr -- Message posted from http://www.ExcelForum.com |
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) | |||
cannot paste in Excel or word. | 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 | |||
deleting phrases in Excel and/or Word | New Users to Excel |