To open Ms office applications through vb.only one line of code.very useful.must download
To open Ms office applications through vb.only one line of code.very useful.must download
Rate To open Ms office applications through vb.only one line of code.very useful.must download
(1(1 Vote))
Private Sub access_Click()
Shell "c:\program files\microsoft office\office\msaccess", vbNormalFocus
End Sub
Private Sub ppt_Click()
Shell "c:\program files\microsoft office\office\powerpnt", vbNormalFocus
End Sub
Private Sub word_Click()
Shell "c:\program files\microsoft office\office\winword", vbNormalFocus
End Sub
Private Sub xls_Click()
Shell "c:\program files\microsoft office\office\excel", vbNormalFocus
End Sub
To open Ms office applications through vb.only one line of code.very useful.must download Comments
No comments yet — be the first to post one!
Post a Comment