You can use Inputbox to get information from the user.
If you use Application.Inputbox (this is different) with a Type value of 8,
the user input can be a range, so you could ask them to activate the
workbook and worksheet to insert into.
--
HTH
Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)
mmcintire said:
Using Excel 2000. I am trying to create a macro to cut information from
an open worksheet and insert that information into another worksheet within
the same workbook. I can't figure out how to get the macro to prompt me for
which worksheet I want to insert the information into.