Copying cells if condition is met
Closed
QuestionAsker2525
Posts
2
Registration date
Wednesday May 24, 2017
Status
Member
Last seen
May 26, 2017
-
Updated on May 26, 2017 at 04:45 PM
Blocked Profile - May 26, 2017 at 07:15 PM
Blocked Profile - May 26, 2017 at 07:15 PM
Related:
- Excel copy cell if condition met
- Excel marksheet - Guide
- Number to words in excel - Guide
- Excel apk for pc - Download - Spreadsheets
- Kernel for excel - Download - Backup and recovery
- If cell contains date then return value ✓ - Office Software Forum
1 response
Where does it leave spaces at? If you have a loop, that checks for a blank, and keep track of what row it is happening, the to highlight the row and delete it is easy (if that is what is happening)?
You code is probably a cut and paste from the other site, but you need to paste it here so we can look at what we are actually dealing with. I am not prepared to spend time to have you come back and say it doesn't work because you failed to mention that you use OLE or some stuff!
Post bask with some code, or at least let us know if we give you the code to delete a whole row, and you are keeping track of it all, would work!
Have FUN!
It's kind of fun to do the impossible! -Walter Elias Disney
ActiveSheet.Range("A1").EntireRow.Select
Selection.Delete
You code is probably a cut and paste from the other site, but you need to paste it here so we can look at what we are actually dealing with. I am not prepared to spend time to have you come back and say it doesn't work because you failed to mention that you use OLE or some stuff!
Post bask with some code, or at least let us know if we give you the code to delete a whole row, and you are keeping track of it all, would work!
Have FUN!
It's kind of fun to do the impossible! -Walter Elias Disney