Copy rows from one worksheet to another works

Closed
Gowind - 2 Mar 2011 à 05:08
venkat1926 Posts 1863 Registration date Sunday 14 June 2009 Status Contributor Last seen 7 August 2021 - 4 Mar 2011 à 04:52
Hi ,
I'd like to know if there's a macro that can be run to check one worksheet. In this worksheet there is a column where the value should be "true". If this value is true, I'd like to copy the entire row of data into another worksheet which resides at server.Its very urgent anybody please help me...
There can be multiple rows of data where this condition is met.

Any suggestions would be greatly appreciated.

Thanks
Related:

1 response

venkat1926 Posts 1863 Registration date Sunday 14 June 2009 Status Contributor Last seen 7 August 2021 811
4 Mar 2011 à 04:52
autofilter according to that column being "true" then copy the filterd data to another location
remove the autofilter after copying is done.