Help with a conditional macro?
Solved/Closed
Related:
- Help with a conditional macro?
- Spell number in excel without macro - Guide
- Macro excel download - Download - Spreadsheets
- Excel macro to create new sheet based on value in cells - Guide
- Run macro on opening workbook - Guide
- Macro to insert row in excel based on criteria ✓ - Excel Forum
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