View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bill Bill is offline
external usenet poster
 
Posts: 390
Default Copy Row based on Column

Using VBA, I need to copy a row from column B through K once text data is
input into column K from that row. I need the data copied from the sheet
named €œEMS€ to the first sheet named €œEOC€. The copied data would be placed
in the last row in columns B to K of the EOC Sheet.

Is this possible.