Excel VBA - Chain of Input boxes

B

bigerikt

It has been years since I have done anything with VB. I am pretty sur
that once I get rolling, that I should be ok. I need some help with
series of input boxes for an Excell Worksheet.

I need a script that will throw up an input box for each input cell
The input should be entered into the next cell down the Sheet unti
completed.

Does anyone have anything basic that they can show for an example?


Eri
 
M

Mark

Hi,
There is nothing worse than a series of inputboxes popping
in your face. Can't you create a userform for the text
required? Maybe textboxes that require an entry?
You can view some samples at
http://au.geocities.com/excelmarksway or you can send me
you requirements and I will write it up.

regards
mark
[email protected]
It's free till I say it's not. (I don't work to deadlines).
 
B

bigerikt

The purpose for the inpout boxes is that the people entering the dat
are faced with constant interuptions.

With the chain of input boxes, the users could come back to the tas
knowing exactly where they left off
 
Top