Linking rows on multiple worksheets

  • Thread starter Thread starter aintlifegrand79
  • Start date Start date
A

aintlifegrand79

I have a database that uses multipe worksheets to store data entered from a
userform I created. On each worksheet the first 4 columns are the same but
the rest are different, what I want to know is if it is possible to make it
so that if I were to move a row in worksheet 1 from row 20 to row 10 is it
possible to make it so the same row in the other worksheets would also move
to row 10 instead of still being in row 20.
 
It would probably be more practical to use a For ... Next loop and move the
rows withing each workbook individually with a cut and insert and attach the
code to a button so you can call it when needed.
 
Back
Top