View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
CJLuke CJLuke is offline
external usenet poster
 
Posts: 17
Default Macro If Then...?

I have a list of data that I want to filter. However, the last column on the
sheet, if populated, indicates a certain type of investment security that I
want to separate from the list. How can I write a macro that wil cut & copy
each row that has this field populated?

I was thinking If...then, but I am still very new at writing Macros...I'll
be working on it, and any help would be greatly appreciated!!!

Charles