Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Group,
I am trying to set a doc style from an excel macro to a word document. I can set the style with "in-line" code, but cannot set the style (get an "object" does not exist error) from a sub procedure. I can move down in the word doc from a sub procedure but it seems I cannot set the style for a line (like "Header 3", etc) Below is the sub procedure - what am I missing? I pass the doc object and the application object. Sub SelectBookMarkPlace(wApp As Word.Application, nCount As Integer) With wApp.Selection .MoveDown Unit:=wdParagraph, Count:=nCount, Extend:=wdMove '.Style = thisDoc.Styles("Header 3") End With End Sub thanks, eholz1 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
change excel document into word document | Excel Discussion (Misc queries) | |||
convert excel document to word document (not a picture) | Excel Discussion (Misc queries) | |||
How do I convert a word document into a Excel document | Excel Discussion (Misc queries) | |||
Can you transform an excel document into a word document? | Excel Discussion (Misc queries) | |||
How do I convert Word document into an Excel document? | Excel Discussion (Misc queries) |