Help with a conditional macro?
Solved/Closed
Related:
- Help with a conditional macro?
- Excel online macro - Guide
- Excel run macro on open - Guide
- Excel conditional formatting based on date - Guide
- Macro for number to words in excel - Guide
- Excel macro download - Download - Spreadsheets
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Aug 6, 2010 at 11:05 AM
Aug 6, 2010 at 11:05 AM
Well from what I see
1. loop thru each loop
2. use "=" or instr (depending if it is a exact match or contains match) to check for M
3. If found copy the row and paste to other sheet
4. move to next row
rinse and repeat
1. loop thru each loop
2. use "=" or instr (depending if it is a exact match or contains match) to check for M
3. If found copy the row and paste to other sheet
4. move to next row
rinse and repeat
Aug 6, 2010 at 11:40 AM
Cheers mate
Aug 6, 2010 at 04:43 PM
Aug 7, 2010 at 06:48 AM