Questions tagged [row-removal]

Questions about removing a row from a spreadsheet programmatically, deleting a row through a matrix, removing specific or corresponding rows in a file, or removing a row from a collection. For questions specific to deleting a row in a database, use [delete-row], and for questions related to removing entries, use [delete-record].

This tag is for questions about removing a row from a spreadsheet programmatically, deleting a row through a matrix, removing specific or corresponding rows in a file, or removing a row from a collection. For questions specific to deleting a row in a database, use , and for questions related to removing entries, use .

18 questions
0
votes
1 answer

Delete query is working but data is not deleted?

Why is my delete query not deleting data from database? This is the code:
0
votes
1 answer

Delete a row with pictures?

I have a workbook and have a few rows that have pictures in them. When I delete the whole row the picture stays behind it. What I need to do is find vba code that will let me delete the selected row and the pictures as well. How I can do this?
Alex
  • 174
  • 1
  • 3
  • 14
-2
votes
1 answer

Deleting lines 1 to 41000 at once from TextWrangler file

I need to delete lines 1 through 41839 from a file using Textwrangler. Is there an easy way to do this without having to manually go in an highlight all forty-one thousand lines.
1
2