purushotham
Member Since: 1998/09/13
Tech Certifications:

Provide a quick, creative biography in 140 characters or less.

More bio
Activity
Points this month0
Total points1,120
Questions: 3
Solutions: 2
Articles:
Videos:
Tutorials:
Posts:
Professional Background
No Professional Background shown
More
Education
No Education Background shown
More
Full Biography

'before you use this code select " microsoft word 8.0 object library" from references of project menu in vb and then try this code
'place a command button and then try this one

Dim x As Object
Dim z As document
Set x = CreateObject("word.application")
Set z = x.documents.Add
z.Sentences(1).Text = "this ia an example by phani" & vbCrLf & " this has been tested by me"
z.Sentences(1).Font.Name = "Times New Roman"
z.Sentences(1).Font.Size = 10
z.Save

Languages
No Languages shown

Level Progress

Current: Level 0
purushotham needs 880 points to level up.
LVL 1
  • Overall
    0