Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. "aintlifegrand79" wrote: 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Linking multiple Worksheets | Excel Discussion (Misc queries) | |||
Linking from multiple worksheets | New Users to Excel | |||
Linking multiple worksheets | Excel Worksheet Functions | |||
linking multiple columns onto multiple worksheets | Excel Discussion (Misc queries) | |||
Linking multiple worksheets | Excel Worksheet Functions |