View Single Post
  #1   Report Post  
Joe E via OfficeKB.com
 
Posts: n/a
Default Copy cells to another column with VBA

I need to write a line of code in a VBA macro for Excel that says "copy the contents of the current cell to column H in this same row." I am trying to do this as I traverse through a range of cells R (which represents a column). I have tried to use R.copy(destination), but I don't know what to use for the destination parameter to accomplish my goal. The task is simple but i'm new to Excel macro programming. Can anyone help?

--
Message posted via http://www.officekb.com