View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
thecdnmole thecdnmole is offline
external usenet poster
 
Posts: 11
Default Move row of data from one worksheet to another

I have a workbook with two worksheets containing about 20 columns and 2800
rows of data. One column lists the assets as "active" or "inactive". One
worksheet is for the "active" assets and one worksheet for "inactive". I am
new to VBA and would like to know, and if possible someone supply a program
that can move the row of data from one sheet to the other when that one item
is changed. Thanks!