How do I delete a name from a column of names
Closed
Doug
-
Mar 3, 2010 at 04:55 PM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 4, 2010 at 05:52 AM
rizvisa1 Posts 4478 Registration date Thursday January 28, 2010 Status Contributor Last seen May 5, 2022 - Mar 4, 2010 at 05:52 AM
Related:
- How do I delete a name from a column of names
- Ideogram ai names - Guide
- My contacts list names - Guide
- How to delete whatsapp account without login - Guide
- Wow monk names - Guide
- How to delete part of a table in word - Guide
1 response
rizvisa1
Posts
4478
Registration date
Thursday January 28, 2010
Status
Contributor
Last seen
May 5, 2022
766
Mar 4, 2010 at 05:52 AM
Mar 4, 2010 at 05:52 AM
You would need to first find the the location or row number of that "name" and then delete it. if you want to delete row, it is
rows(5).delete
this will delete row 5
how ever if you want to only delete cell, you also have to decide how cells would move, left, or up etc
rows(5).delete
this will delete row 5
how ever if you want to only delete cell, you also have to decide how cells would move, left, or up etc