Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() TROUBLE USING INPUTBOX METHOD TO SELECT RANGE FROM OTHER SHEETS Hi, I need to select a range of cells from a second workbook via a InputBox or similar. I'm trying to do that with the following code: Code: -------------------- Sub InputBoxTest() Dim MySelection As Range Set MySelection = Application.InputBox(prompt:="Select a range of cells", Type:=8) MySelection.Select End Sub -------------------- But I can't select a cell range if it is located in other workbook. Can somenone point me to the right direction. Thanks P&V -- pao_e_vinho ------------------------------------------------------------------------ pao_e_vinho's Profile: http://www.excelforum.com/member.php...o&userid=21360 View this thread: http://www.excelforum.com/showthread...hreadid=554915 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can't Select Range off sheet from inputbox | Excel Discussion (Misc queries) | |||
Select range with InputBox. Is it possible? | Excel Programming | |||
Selecting a Range using Inputbox Method | Excel Programming | |||
Select Method of Sheets | Excel Programming | |||
Select method of Range fails | Excel Programming |