View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mike H Mike H is offline
external usenet poster
 
Posts: 11,501
Default input of selected cells equals content of another cell

Try

Set rng = Selection
rng.Value = Range("N8").Value

Mike

"al" wrote:

Looking for a macro which would input the contents of cell N8 in my
range of selected cells
Pls help