Think you can solve it?
I'm stumped on a homework assignment with VBA. The question goes as follows..
Write a VBA program using For-Next loops to find out how much money you would be paid, if your starting pay was a nickel and your paydoubled every day for a specified number of days. Input the number of days by input box. Output the pay in cents for each day in column “A” and the running total of money earned in dollars for each day in column “B”. If the total pay is more than 1 million dollars display a message box with congratulations to the worker.
Any and all help is greatly appreciated
I'm stumped on a homework assignment with VBA. The question goes as follows..
Write a VBA program using For-Next loops to find out how much money you would be paid, if your starting pay was a nickel and your paydoubled every day for a specified number of days. Input the number of days by input box. Output the pay in cents for each day in column “A” and the running total of money earned in dollars for each day in column “B”. If the total pay is more than 1 million dollars display a message box with congratulations to the worker.
Any and all help is greatly appreciated