Inputbox & “Processing…†window

  • Thread starter Sri via OfficeKB.com
  • Start date
S

Sri via OfficeKB.com

Hello all

I am preparing a vb macro in excel in which I need to perform following
actions. Could any one please help me.

1. I need to take server name, user id and password from the user. Are
multiple inputs possible from a single Inputbox or I need to go for a user
form?

2. My application has to halt for 2 minutes at one stage and then proceed.
While my macro halts here, can I display a kind of dialogue which we see
while we do any software installations. A small window saying "Installation
in progress" with a white bar and a blue color ink slowly fills this white
bar, just to give an indication of % of process completed. This kind of
window I would like to use for showing this 2 minutes halt.

Thanks
Sri
 
G

galimi

You could take multiple inputs from the client via an InputBox & delimit
using the comma or some other symbol, but a userform is preferable as you can
password protect a textbox so the characters are not visible.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top