View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Richard_S Richard_S is offline
external usenet poster
 
Posts: 1
Default Using macros to cut & paste rows to a new worksheet

Hi all,

New to the forum here so be nice ;)

I'm after a little help here. What I want to acheive is this.

-For each row
if there are more than two occurences of the integer 2 in a se
range
{
then cut the entire row
paste the row at the first available position in worksheet B
}-

Basically I'm after a timesaver here as manuall cutting and pasting i
a real drag! I've not had much experience with macros & vb. I don'
mind getting my hands dirty with code though as I've coded in c/c++ fo
years.

Any help would be greatly appreciated

Cheers

Ric

--
Message posted from http://www.ExcelForum.com