Macro

  • Thread starter Thread starter basil
  • Start date Start date
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
 
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
 
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
 
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
 

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

Back
Top