D
Doreen
Hello, I have macro made in VB for MSWord that I would like to have in
FrontPage.... But unfortunately, Frontpage doesn't have the possibility of
recording a macro as in Word and Excel... :-(
Could somebody help me...
How can I convert this macro into VB for FrontPage??
Sub Macro3()
'
' Macro3 Macro
'
selection.InlineShapes.AddPicture FileName:="S:\deb_ajou.gif", LinkToFile _
:=False, SaveWithDocument:=True
End Sub
Thankyou very much for your support !!
FrontPage.... But unfortunately, Frontpage doesn't have the possibility of
recording a macro as in Word and Excel... :-(
Could somebody help me...
How can I convert this macro into VB for FrontPage??
Sub Macro3()
'
' Macro3 Macro
'
selection.InlineShapes.AddPicture FileName:="S:\deb_ajou.gif", LinkToFile _
:=False, SaveWithDocument:=True
End Sub
Thankyou very much for your support !!