|
-
Dec 2nd, 2004, 01:05 AM
#1
Thread Starter
Junior Member
My Excel work....
Ive made an excel document and i was wondering if i could make it into a vb program because i need to give it to people and they may not have excel. The excel document uses 3 sheets.
-
Dec 2nd, 2004, 01:20 AM
#2
anything is possible. do you know VB? or VBA?
-
Dec 2nd, 2004, 01:34 AM
#3
Thread Starter
Junior Member
I got vb6, do i have to completely rewrite it in vb or can i convert it somehow.
-
Dec 2nd, 2004, 01:40 AM
#4
you have to re-write it, unless you have written a lot of VBA code within Excel.
-
Dec 2nd, 2004, 01:54 AM
#5
Lively Member
Re: My Excel work....
Originally posted by blind
Ive made an excel document and i was wondering if i could make it into a vb program because i need to give it to people and they may not have excel. The excel document uses 3 sheets.
I don't think with your application can create a excel file if MS-Excel is not installed on the machine.
Jobs: "Do u want to sell colored sugar water or change the world?"
Get Firefox Now!!!
Mendhak leaving town. 
-
Dec 2nd, 2004, 02:23 AM
#6
Thread Starter
Junior Member
Re: Re: My Excel work....
Originally posted by Bolerophone
I don't think with your application can create a excel file if MS-Excel is not installed on the machine.
I dont entirely understand what u said
but i want to conver MY excel document into a VB program (exe) so people without excel can use it.
-
Dec 2nd, 2004, 02:25 AM
#7
You can't. You can do many if not all of the same things with VB, but Excel uses their own system for doing things that are not transportable.
-
Dec 2nd, 2004, 02:34 AM
#8
Thread Starter
Junior Member
is it possible to make an exe and intergrate my excel sheet?
-
Dec 2nd, 2004, 03:00 AM
#9
users would still have to have excel on their system.
-
Dec 2nd, 2004, 03:31 AM
#10
Thread Starter
Junior Member
hmmmm, oh well, how do i do that neways?
-
Dec 2nd, 2004, 03:52 AM
#11
what does the spreadsheet do? You could use VBA to put forms on it, and do just about anything that you'd want to do with VB, or you could use VB to open the spreadsheet.
What are you looking to do with the program that you can't do with just the spreadsheet?
-
Dec 2nd, 2004, 04:16 AM
#12
Thread Starter
Junior Member
some calcs here and there, gets values from sheet 2 and does calcs on sheet 1, stuff like that.
-
Dec 2nd, 2004, 05:42 AM
#13
Lively Member
Originally posted by blind
is it possible to make an exe and intergrate my excel sheet?
You can use an OLE container control and refer a Excel object into it. The OLE container control enables you to add insertable objects to the forms in your Visual Basic applications.
But it will again require excel to be present on the user's machine.
Jobs: "Do u want to sell colored sugar water or change the world?"
Get Firefox Now!!!
Mendhak leaving town. 
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
|