Thread: VBA Help
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Gila Gila is offline
external usenet poster
 
Posts: 8
Default VBA Help

I'm very new to using VBA, other then recording and some basic stuff... I
have a lot to learn. My question is I have built a list of projects (Excel)
in rows with different data for each project in the columns going on for
maybe ten columns. When a project (row) is completed I have a percent
complete in one of the columns. I'd like some help with some code that will
look at a specific column (say H) for anything that is 100% and cut the
entire row which it is in, then past into another sheet on the same workbook.
The other sheet will be a running total of completed projects.

Thank you in advance for any help,
Gila