I need to write a macro that will modify the fomula in the highlighted cells.
Cell B2: =4.325112
Cell C2: =A1*A2
I'd like to highlight cells B2 and C2 run the macro, the macro asks me to input an integer, and then the forumals in the highlighted range are modified as follows:
Cell B2: =rounddown(4.325112, Number_I_Entered)
Cell C2: =rounddowm(A1*A2, Number_I_Entered)
Any help would be appreciated.
Cell B2: =4.325112
Cell C2: =A1*A2
I'd like to highlight cells B2 and C2 run the macro, the macro asks me to input an integer, and then the forumals in the highlighted range are modified as follows:
Cell B2: =rounddown(4.325112, Number_I_Entered)
Cell C2: =rounddowm(A1*A2, Number_I_Entered)
Any help would be appreciated.