Creating an input box - HELP!

RandyLWalkerJr

Board Regular
Joined
Jul 8, 2014
Messages
77
Hello all,

I hope that someone can help me out with a VBA I am trying to write.

I am hoping to create an input box that has four blank inputs

1) Description 2) Total amount 3) Amount paid 4) This period amount

Then, once I run the macro, I want each of these inputs to fill into the next blank cell in four adjacent columns (F- Description, I-Total Amount, J-Amount Paid, K-This period amount).
I then want all the values to disappear so that new inputs can be filled in. Is this possible? Any help at all would be greatly appreciated.

Thanks so much in advance - I am desperate.
 
Last edited:

Excel Facts

Repeat Last Command
Pressing F4 adds dollar signs when editing a formula. When not editing, F4 repeats last command.
Probably what you need is a userform, then on the userform you create 4 textboxes for all the fields you want to add to your workbook
 
Upvote 0

Forum statistics

Threads
1,217,392
Messages
6,136,329
Members
450,005
Latest member
BigPaws

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top