View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Cliff Myers Cliff Myers is offline
external usenet poster
 
Posts: 48
Default Inputbox to return address of cell selected by mouse

Target.Cells = InputBox("Cell value is ", "Cell value", ActiveCell)
HTH

"D.S." wrote in message
...
Anyone know how I can use the inputbox so that the value of the inputbox

is
determined by the cell I select with my mouse?

D.S.

Donald