Can anyone let me know what it would take to code a calculator like this?

Wet Squirrel

Member
May 9, 2013
28
0
0
http://www.icompareloan.com/new_loan


Its fast, and quick and churns out the various loan packages on offer.

I have all the loan packages with me, what variables affect what. and also the calculation algorithm but no programming knowledge.

does anyone know where I can look for to get it done?
 

Wet Squirrel

Member
May 9, 2013
28
0
0
i actually have done it on a excel sheet, with pivot tables etc.

I just need someone who knows how to code to turn my excel sheet into code :p
 

Jaydip

Diamond Member
Mar 29, 2010
3,691
21
81
i actually have done it on a excel sheet, with pivot tables etc.

I just need someone who knows how to code to turn my excel sheet into code :p

That's where VBA come in, hit ALT+F11 and enjoy :biggrin:

If you want to make it a desktop application grab VS 2010/12 express edition and you will develop it in no time.If you require any assistance just ask.
 
Last edited:

Wet Squirrel

Member
May 9, 2013
28
0
0
I require it coded, a plain vanilla code that I can pass to the web design company so they can integrate it to my current site, would need to have a call function so they can take from my database

I really have no idea about code lol, im a code noob.

I tried sending you a PM, but It says I need at least 25 posts though :p

Budget is around $400 for this, would you be able to help? maybe we can talk more on skype
 

Jaydip

Diamond Member
Mar 29, 2010
3,691
21
81
I require it coded, a plain vanilla code that I can pass to the web design company so they can integrate it to my current site, would need to have a call function so they can take from my database

I really have no idea about code lol, im a code noob.

I tried sending you a PM, but It says I need at least 25 posts though :p

Budget is around $400 for this, would you be able to help? maybe we can talk more on skype

Post away in the forums a bit more and we can talk via PM :)
 

Tweak155

Lifer
Sep 23, 2003
11,449
264
126
A calculator is probably the most ideal application you can write a program for :)