Results 1 to 10 of 10

Thread: embed excel

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Aug 2011
    Posts
    198

    embed excel

    Hi!

    Just wondering if its possible to embed an excel spreadsheet in my form and maintain its functionality - so i can edit it, formula still works etc etc...

    and also if changes are made, save the spreadsheet and so on.

    thanks in advance!

    m

  2. #2
    Fanatic Member
    Join Date
    Nov 2007
    Posts
    520

  3. #3
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,713

    Re: embed excel

    Quote Originally Posted by TCarter View Post
    This is VB6 style of coding and would highly suggest not using it as it uses late binding and VB6 method of exception handling. Bottom line, just because it might work does not mean you should use it.

  4. #4

    Thread Starter
    Addicted Member
    Join Date
    Aug 2011
    Posts
    198

    Re: embed excel

    ok, thanks for both...Im using VB 2010...what's the best way to proceed?

  5. #5
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,713

    Re: embed excel

    Quote Originally Posted by MacShand View Post
    ok, thanks for both...Im using VB 2010...what's the best way to proceed?
    If you are building an app that you are selling then Aspose Cells.

  6. #6

    Thread Starter
    Addicted Member
    Join Date
    Aug 2011
    Posts
    198

    Re: embed excel

    not selling it im afraid...building it for our school radio station..not for profit...

  7. #7
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,713

    Re: embed excel

    For fun http://www.codeproject.com/KB/office...ing_Excel.aspx which needs converting to VB from C Sharp.

  8. #8
    Karen Payne MVP kareninstructor's Avatar
    Join Date
    Jun 2008
    Location
    Oregon
    Posts
    6,713

    Re: embed excel

    Quote Originally Posted by MacShand View Post
    not selling it im afraid...building it for our school radio station..not for profit...
    See my second reply, it will be a good deal of effort on your part.

  9. #9

    Thread Starter
    Addicted Member
    Join Date
    Aug 2011
    Posts
    198

    Re: embed excel

    thank you, i dont think im experienced enough to know what to do to convert it :S been googling for ages to try to find a solution and not really getting anywhere... thought itd be easier!!

  10. #10
    PowerPoster
    Join Date
    Mar 2002
    Location
    UK
    Posts
    4,780

    Re: embed excel

    Maybe you should do something simpler, such as launching excel and opening the required workbook. Then you can monitor the file itself and know when a user has saved the file and do something with it, if required. Programming is not just about grabbing existing systems and throwing them into your app and it works in 15 mins , it takes days to get something decent together and often if you want something specific, you end up buying a 3rd party control which can do what you want. ie SpreadSheetGear

Tags for this Thread

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