|
-
Aug 22nd, 2011, 05:49 AM
#1
Thread Starter
Addicted Member
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
-
Aug 22nd, 2011, 05:53 AM
#2
Fanatic Member
-
Aug 22nd, 2011, 06:03 AM
#3
Re: embed excel
 Originally Posted by TCarter
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.
-
Aug 22nd, 2011, 06:04 AM
#4
Thread Starter
Addicted Member
Re: embed excel
ok, thanks for both...Im using VB 2010...what's the best way to proceed?
-
Aug 22nd, 2011, 06:12 AM
#5
Re: embed excel
 Originally Posted by MacShand
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.
-
Aug 22nd, 2011, 06:13 AM
#6
Thread Starter
Addicted Member
Re: embed excel
not selling it im afraid...building it for our school radio station..not for profit...
-
Aug 22nd, 2011, 06:13 AM
#7
-
Aug 22nd, 2011, 06:14 AM
#8
Re: embed excel
 Originally Posted by MacShand
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.
-
Aug 22nd, 2011, 06:15 AM
#9
Thread Starter
Addicted Member
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!!
-
Aug 22nd, 2011, 06:22 AM
#10
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|