Hai everybody,
I am trying to load an image in word through vb. The following is the code sample


Private wd As Word.Application
Set wd = New Word.Application
wd.Visible = True
wd.documents.open "c:\filename.bmp"

It opens the word but the bmp is in boxes ans different characters. Let me know how can i load the exact bmp in the word
application
Reply me as quick as possible.

yours ,
Gopal