VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



To open Ms office applications through vb.only one line of code.very useful.must download

by Mainak chatterjee (3 Submissions)
Category: Windows System Services
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Wed 29th November 2000
Date Added: Mon 8th February 2021
Rating: (1 Votes)

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



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


Download this snippet    Add to My Saved Code

To open Ms office applications through vb.only one line of code.very useful.must download Comments

No comments have been posted about To open Ms office applications through vb.only one line of code.very useful.must download. Why not be the first to post a comment about To open Ms office applications through vb.only one line of code.very useful.must download.

Post your comment

Subject:
Message:
0/1000 characters