Macro pause for input

  • Thread starter Thread starter Bill
  • Start date Start date
B

Bill

I would like a macro to insert a footer with some data
already in a worksheet. I can do that, but I want it to
pause and offer choices, e.g. a dropdown box or something,
so that the choice is between two or more cells/named
ranges in the worksheet, or choices such as left or right
footer and Active.Workbook.FullName or "Date" such as date
is "Date: &D"

Suggestions greatly appreciated.
 
Have you tried using Forms in your macro? Or even using
the msgbox command will probably suffice.

Look msgbox up in the help from your macro
 

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