Need Macro

Prompt Box
1) Prompt Box: Input Name of Bank
2) Input number of times to repeat
Restart until "done" is typed in the box

Using data gathered from the macro
3) Will input data recieved from stage one, and will repeat as many times as per stage 2 into column a.

The macro needs to do this as many times as the prompt box stage is run, to fill out a list

i.e.,

1. "SCB"
2. "3"
1. "HSBC"
2 "2"
1. Done

SCB
SCB
SCB
HSBC
HSBC
thanks for the help.