Results 1 to 4 of 4

Thread: [RESOLVED] create form

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Mar 2007
    Posts
    23

    Thumbs up [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.

  2. #2
    Lively Member
    Join Date
    Mar 2007
    Posts
    124

    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

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Mar 2007
    Posts
    23

    Resolved Re: create form

    thnx for rplyin.. yes i want that only..
    problem RESOLVED

  4. #4
    Lively Member
    Join Date
    Mar 2007
    Posts
    124

    Re: create form

    You are welcome!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width