Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks both for reply
Gary had what i need "Gary''s Student" skrev: Sub xCopy() Set x = Application.InputBox(prompt:="Select a cell", Type:=8) Set y = Application.InputBox(prompt:="Select a cell", Type:=8) y.Formula = x.Formula End Sub answer the inputboxes via mouse clicks. Your method Range(y.address) hides the parent, so excel does not know which sheet you are referring to -- Gary''s Student - gsnu200713 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Application.InputBox | Excel Programming | |||
application.inputbox | Excel Programming | |||
Inputbox and Application.InputBox | Excel Programming | |||
inputbox and application.run macro1 | Excel Programming | |||
application.inputbox | Excel Programming |