Excel VBA: Loops through MsbBox input until Cell range limit reached

Batteredburrito

New Member
Joined
Jul 31, 2018
Messages
15
Hi, I have a bit of an odd issue. Ive got a button that is going to open a MsgBox or InputBox and allow the user to enter in information. This information is there stored in a sheet called "Essential Info" and will store to cells "I2:I13"

What i am looking to do is display the input question

Code:
"Please enter account name: " & vbNewLine & "Click Close once you are done"

Within the inputbox.

This will loop round until one of two things occur; The user closes the input box or The input hits Cell 13.
At this point the MsgBox "Maximum account names reached" will appear and close the inputbox.

Im struggling currently with the loop function and identifying when the maximum account cells have been reached.

Would anyone have any ideas?
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

Forum statistics

Threads
1,215,193
Messages
6,123,560
Members
449,108
Latest member
rache47

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