Macro

B

basil

Hello
When recording a macro how do indicate that I want to type
information at this point each time the macro runs?
Thank you
Basil
 
P

Per Jessen

Hi Basil

That can not be done while recording a macro.
You have to add an inputbox statement after recording. And tell the macro
what to do with the input.

HTH

Per
 
B

basil

Thank you HTH
What I wanted to do was open a web site and enter a password with
out having the macro remember the password so I have to enter it
each visit. I old 123 you pressed a key to tell it I want to do this
typing each time.
I will work with the input box and see how it works out
Basil
 
P

Per Jessen

Hi Basil

Thanks for your reply.

Regards,
Per

basil said:
Thank you HTH
What I wanted to do was open a web site and enter a password with
out having the macro remember the password so I have to enter it
each visit. I old 123 you pressed a key to tell it I want to do this
typing each time.
I will work with the input box and see how it works out
Basil
 
Top