View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Outatym Outatym is offline
external usenet poster
 
Posts: 3
Default Copy and Paste Function

I need some VBA code to search the contents of column AI for certain text,
then if found copy that row's range T:AH and paste it elsewhere. For
instance if "3" is found in T it will need to be pasted into AI:AW. If "4"
is found in T then the same range (T:AH) will need to be pasted into AL:AZ.
And so on...

I know this is easy, but having a hard time getting it to work.

Thanks!
Chris