For Ron de Bruin

  • Thread starter Thread starter PCOR
  • Start date Start date
P

PCOR

Thanks for the help with the macro:
You said:
You can use something like this

Sub test()
Dim mycell As Range
Set mycell = Application.InputBox( _
prompt:="Select a range", Type:=8)
mycell.Copy Sheets("Sheet2").Range("A1")
End Sub

It worked very well.
What does the TYPE do When canI get more info on this
Thanks
 
Doubleclick the word InputBox and hit F1. If Help is installed that is.
 
Hi PCOR

Highlight the word inputbox in your code and press F1
 

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