This is a blog which will post useful infomation about fixing computer errors. To help people troubleshoot errors, speed up computers and share good apps.

9/26/2016

Troubleshooter of Error: Deleting select rows

Deleting select rows

How can I delete all rows that say closed in column P without creating a table.  I am trying to make this run automatic with a macro.
 
Thanks!
Doug

Solutions to the Problem Deleting select rows

Download SmartPCFixer for Free Now

I think you want something like this sub. (Make sure you have a copy before testing this! I didn;t have time.) You'll have to modify the
A65536 if you have more rows in 2007/2010.
 
Private Sub DeleteRows()

Dim intRow
Dim intLastRow
intLastRow = Range("A65536").End(xlUp).Row

For intRow = intLastRow To 1 Step -1

   Rows(intRow).Select

   If Cells(intRow, 16).Value = "Closed" Then
      Cells(intRow, 1).Select
      Selection.EntireRow.Delete 
   End If

Next intRow

Range("A1").Select

End Sub

Run CHKDSK
  • Go to the Start button.
  • In the Search box, type "cmd" (without quotes) and press Enter.
  • At the command prompt, type "chkdsk /r /f" (without quotes) and press Enter.
  • Restart your computer.

Another Safe way to Fix the Problem: Deleting select rows:

How to Fix Deleting select rows with SmartPCFixer?

1. Click the button to download SmartPCFixer . Install it on your computer.  Open it, and it will perform a scan for your computer. The errors will be shown in the scan result.

2. After the scan is finished, you can see the errors and problems which need to be fixed.

3. When the Fixing part is finished, your computer has been speeded up and the errors have been removed


Related: How to Update & Download NVidia GeForce 6100/nForce 420 WHQL Certified driver v.178.13,How to Update & Download NVidia GeForce 7600 GS Video Driver v.295.75 Certified,How Can I Update & Download NVidia GeForce 820M Driver v.344.48 WHQL,[Solved] Download NVidia GeForce GTX 560M VGA Driver v.296.17 Certified,Way to Update & Herunterladen NVidia GeForce GT 130M Video Treiber v.295.75 Certified,How to Update & Download SONY SVE14A1X1RH Realtek Ethernet Driver,Where to Download SONY SVS13A2W9ES Bluetooth Driver (Intel) v.2.6 - 2.6.23.40059,Best Way to Update & Download SONY VGN-CR203E Conexant HDAUDIO SoftV92 Data Fax Modem with SmartCP Setup Program v.7.62.0.50 driver,Best Way to Download SONY VGN-FE790G/N Wireless LAN Driver v.10.6.0.29,Method to Update & Download SONY VGN-NR31Z/S Firmware Extension Parser Device v.8.0.2.3,How to Fix Error 0x0000c1f5 Solución?,Error 0x80071a91 Win7 Fix Patch,Error 0x800ccc60 Windows Live Mail [Solved],Error Message 0x800ccc79 Outlook 2000 Fix,What is Error 0xc1ab0001?,[Answered] x64 saplugin dll,How to Fix Problem - Kb943729 Download?,Troubleshooting: Bccode D1 Error,Java Runtime Tech Support,Troubleshooting: ERROR NO SUCH GROUP Error
Read More: data validation over 2 columns? [Solved],Deleted Windows.old folders are still taking up room on hard drive! Tech Support,Troubleshooting:Data Validation & lookup Error,Tech Support: decrease speed with tow win?,How to Fix Error - dead slow machine while updates are running?
Share:

0 comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Sample Text

Copyright © Fix Your PC Errors & Speed Up Your PC | Powered by Blogger Design by ronangelo | Blogger Theme by NewBloggerThemes.com