|
-
Feb 22nd, 2006, 10:50 AM
#1
Thread Starter
Lively Member
text properties
I am trying to insert bold text to word 97 using a macro from excel:
Wrd.ActiveDocument.Fields(10).Select
With Wrd.Selection
.Font.Bold = wdToggle
.InsertAfter Text:="HOW TO CONTACT US"
End With
However, the text when inserted is not being bolded, any suggestions?
The Box Said: "You need Windows Vista or better" ... So I Installed LiNUX 
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|