How copy rows from multiple excels to one xl

Closed
Gowind - Feb 25, 2011 at 01:24 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Feb 27, 2011 at 05:09 PM
Hello,
I am very new to Macros,Now i have one requirement i.e we have three different excel sheets in that when users update something based on the condition rows should be copied to another Excel sheet which is resides at server.can any one help me please...

Thanks,
Govind


1 response

rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 766
Feb 27, 2011 at 05:09 PM
It would seem that you would want to add this functionality on the sheet that is being changed

Private Sub Worksheet_Change(ByVal Target As Range)
end sub
0