I created a form in Excel made to calculate a customer's financial savings by entering their information in text boxes and clicking a macro button which calculates everything on a seperate spreadsheet. I did not create the form using VBA. Just using cells and macro buttons.
I want to make this a "financial calculator" program that does not open in excel. Capable of putting its own icon on my desktop. Is this possible? Should I use some type of shell statement in the VBA code behind the workbook? Any answers would be appreciated. Please let me know if I need to clarify anything. Thanks.
I want to make this a "financial calculator" program that does not open in excel. Capable of putting its own icon on my desktop. Is this possible? Should I use some type of shell statement in the VBA code behind the workbook? Any answers would be appreciated. Please let me know if I need to clarify anything. Thanks.