hi.. how can i create a form, which faciliates the user to go to an MS -Excel sheet and prepare their mark sheet..
thnx for rplyin..
Printable View
hi.. how can i create a form, which faciliates the user to go to an MS -Excel sheet and prepare their mark sheet..
thnx for rplyin..
Do you want it like this?
Code:Private Sub Form_Load()
Shell "C:\Program Files\Microsoft Office\OFFICE11\excel.exe", vbNormalFocus
End Sub
thnx for rplyin.. yes i want that only..
problem RESOLVED
You are welcome!