![]() |
#1
|
|||
|
|||
![]()
Hello,
I'm using Microsoft Word 2010, and every Macro I try and create for a letterhead, does not work. The formatting of my text is not shown when I run the macro! The size changes, and the bold does not apply. The weird thing is everytime I run the macro in the same document or in a different document, it doesnt ever show the same. I'd like a letterhead macro to turn out like this (The top line should be in 16, the second line in 10 and the last two lines in size 12): Turner and Sons Accouting Pty Ltd ABN: 22 333 111 555 22 Kings St, Sydney 2000 Phone: (02) 9675 4444 Fax: (02) 9675 4443 The code for the text is: Sub Letterhead() ' ' Letterhead Macro ' ' Selection.TypeText Text:="Turner and Sons Accounting Pty Ltd" Selection.TypeParagraph Selection.Font.Bold = wdToggle Selection.Font.Size = 10 Selection.TypeText Text:="ABN: 22 333 111 555" Selection.TypeParagraph Selection.Font.Size = 12 Selection.TypeText Text:="22 Kings St, Sydney 2000" Selection.TypeParagraph Selection.TypeText Text:="Phone: (02) 9675 4444 Fax: (02) 9675 4443" End Sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
SWEngineer | Word Tables | 4 | 07-20-2011 01:32 AM |
![]() |
Joyce301 | Word VBA | 3 | 04-29-2011 03:27 PM |
Make text permanent in Microsoft Word 2010, how? | shaunzo101 | Word | 0 | 09-21-2010 08:27 PM |
Please help with a macro in Microsoft Word 2007 | AKMMS | Word VBA | 0 | 06-23-2010 02:16 PM |
Word 2003 macro to Word 2007 to 2010 to... | maruapo | Word VBA | 0 | 06-04-2010 03:43 PM |