Hello everyone! I working on an application that looks like an - TopicsExpress



          

Hello everyone! I working on an application that looks like an excel sheet calculation using the Visual Basic (vbs).. I also want to save the data which comes from calculation also. Let me know some ideas to develop this in vbs. I developed upto as below: Save file with extension .vbs /* Code for Calculation */ dim num1 dim num2 dim equ num1 = inputbox(Enter First Number) equ = inputbox(Enter Equation Sign Eample: (/ * - +)) num2 = inputbox(Enter Second Number) if equ = / then msgbox(num1 / num2) if equ = * then msgbox(num1 * num2) if equ = - then msgbox(num1 - num2) if equ = + then msgbox(num1 -- num2)
Posted on: Tue, 08 Apr 2014 15:51:54 +0000

Trending Topics



Recently Viewed Topics




© 2015