View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
tripflex tripflex is offline
external usenet poster
 
Posts: 17
Default Push button and input box?

I was wondering if anybody knows how to create a push button on a spreadsheet
that will then pop up something that the user can input a number and then it
will run a macro. Like basically i have a sub called DuplicateSheet (sheets
as integer) and i want it to ask the user how many sheets to duplicate then
it will run the script.

Thanks!!!