Why not just have a button that opens the windows calculator? Seems like a lot of work, for such a simple task?I can use the built in windows calculator but some of the staff don't really have much computer literacy, so having the calculator on the same form where a few values needs to be added, will make it much easier for the user, instead of having to open up the windows calculator, just a preference
Thanks very much.you can also put the "calculation" directly to the textbox like in the demo.
Try this...
CSS:Dim stAppName As String stAppName = "C:\WINDOWS\system32\calc.exe" Call Shell(stAppName, 1)