can anybody tell me .why it is not working .any help would be greately appreciated.Bold line is not working.Kindly find the attachment also.it becomes red i am using ms office 2003.
kindly help me.
here is the code what i have written.
Sub AddTopHeader()
Selection.TypeParagraph
Selection.TypeParagraph
With Selection
.Font.Name = "Arial"
.Font.Size = 10
.Font.Bold = True
.TypeText = "AL ARABI FACTORY FOR STEEL WORKS"
End With
[b]selection.InlineShapes.AddPicture.filename : = _
"C:\Documents and Settings\Administrator.IT\Desktop\999\Steelworks\firmSignature.jpg", LinkToFile : =False _[/b] SaveWithDocument=trueEnd Sub