Thread: raw of code..
View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Gary Keramidas Gary Keramidas is offline
external usenet poster
 
Posts: 2,494
Default raw of code..

maybe this?

range("f18").Value = range("d" & range("A2")).Value


--


Gary

"pls123" wrote in message
...
hello everybody !!

i have to make a little piece of code for copying a certain cell to another...
but..

i have to copy in Range("F18").Value .......
the Value of "D34" .....
where D34 is composed by D & the number in cell "A2" that is 34 or
35 or any other !!!

help me pls :)