Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
I have a macro where the infomation is being coppied from excel and putting it in a word document. I can setup the font type and size etc... no problems. What i would like to do is setup a header and a footer in my excel macro and if i can set the pageup as well. Can anyone point me in the right direction? Thanks Oggy ' Send commands to Word With WordApp .Documents.Add With .Selection .Font.name = "Times New Roman" .Font.Size = 10 .Font.Bold = False .Font.Italic = False .ParagraphFormat.Alignment = 1 .TypeText Text:="QUOTATION" .TypeParagraph |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Controling Excel using Word VBA | Excel Programming | |||
controling a .xls from another .xls | New Users to Excel | |||
Excel User Form using 2 Combo Box with 1st Combon controling the 2 | Excel Programming | |||
Controling navagation of a form | Excel Discussion (Misc queries) |