| | |
turning excel spreadsheet into a software application
![]() |
•
•
Join Date: Jan 2007
Posts: 9
Reputation:
Solved Threads: 0
Hi all,
Now I have no programing experience, I know very little about this, so please bear in mind.
I am trying to turn a particular excel spreadsheet I have made (the user inputs information and it creates a final answer(result)) and I want to be able to turn this simply into an application. So it is a seperate peice of software to excel.
Can anyone suggest how I can do this?
Thanks
Now I have no programing experience, I know very little about this, so please bear in mind.
I am trying to turn a particular excel spreadsheet I have made (the user inputs information and it creates a final answer(result)) and I want to be able to turn this simply into an application. So it is a seperate peice of software to excel.
Can anyone suggest how I can do this?
Thanks
Considering you have no programming expericence, any advice we give you would go for waste as you would have having no clue as to how to realize the idea. Learn a programming language of your choice. Maybe then you would be in a position to actually achieve something.
I don't accept change; I don't deserve to live.
Yes, please try to keep it clean. Bad news, but for your information, its not possible. You could write a program to automate excel, or use VBA to write a GUI for it, but the person running it would require excel on theier pc.
Last edited by jbennet; Apr 25th, 2007 at 4:16 pm.
If i am helpful, please give me reputation points.
Visual Basic?
you could do something like (for example to work out a simple bill)
you could do something like (for example to work out a simple bill)
Dim HoursWorked as Integer
Dim PayPerHour as Integer
Dim CalloutFee as Integer
Dim Total as Integer
CalloutFee = InputBox("What was the callout fee")
PayPerHour = InputBox("Enter Pay Per Hour")
HoursWorked = InputBox("Enter Hours Worked")
Total = (PayPerHour * HoursWorked) + CalloutFee
Msgbox("Total cost is: $ " & Total & " for the work") If i am helpful, please give me reputation points.
![]() |
Other Threads in the IT Professionals' Lounge Forum
- Previous Thread: microphone has static noise
- Next Thread: Working and posting on Google groups
| Thread Tools | Search this Thread |
1gbit advertising advice amazon answers archive british broadband business businessprocesses career carrier censorship cern china cio collectiveintelligence connectivity consumer consumers corporateearnings datatransfer debtcollectors dictionary digg digital ebay ecommerce email employment environment facebook food government grid high-definition hottub infodelivery infotech intel internet interview ipod isp japan kindle lhc library malware marketing mit moonfruit news onlineshopping piracy piratebay pope porn program questions r&d religion remoteworking research retail security sex shopping simple skype smallbusiness smb sms socialmedia socialnetworking software softwareengineer spam speed spending startrek statistics stocks study stumbleupon survey tabletpc technology touch-screen touchscreen twitter uk videoinprint voips web webdeveloper windows words






