|
-
Mar 29th, 2007, 12:58 AM
#1
Thread Starter
Junior Member
[RESOLVED] create form
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..
Last edited by adad; Mar 29th, 2007 at 02:08 AM.
-
Mar 29th, 2007, 01:01 AM
#2
Lively Member
Re: create form
Do you want it like this?
Code:
Private Sub Form_Load()
Shell "C:\Program Files\Microsoft Office\OFFICE11\excel.exe", vbNormalFocus
End Sub
-
Mar 29th, 2007, 01:08 AM
#3
Thread Starter
Junior Member
Re: create form
thnx for rplyin.. yes i want that only..
problem RESOLVED
-
Mar 29th, 2007, 01:11 AM
#4
Lively Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|