2016年9月18日星期日

Tech Support: Cascade a delete row

Cascade a delete row

Is there any way I can cascade a delete command?  For instance I have 8 worksheets, the master work sheet (no 1) has the same number of rows (or the same row number) and I want to delete row 6.  Can all the other row 6's on the other sheets be automatically
deleted as well?

Keys to the Problem Cascade a delete row

Download Error Fixer for Free Now

Hi,
 
Right click the sheet tab where you want to initiate this, view code and paste this code in.
 
EDIT.....
I should have added the code only executes when you select a single entire row.
 
Private Sub Worksheet_SelectionChange(ByVal Target As Range)
If Target.Address = Target.EntireRow.Address Then
Dim response As String
Dim x As Long, r As Long
    If Target.Rows.Count > 1 Then
        Exit Sub
    End If
    response = MsgBox("Are you sure you want to delete" & vbNewLine & _
    "Row " & Target.Row & " on every sheet?", vbOKCancel)
        If response = vbCancel Then Exit Sub
        r = Target.Row
        For x = 1 To Worksheets.Count
            Sheets(x).Rows(r).EntireRow.Delete
        Next
End If
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 Repair the Problem: Cascade a delete row:

How to Fix Cascade a delete row with SmartPCFixer?

1. Download SmartPCFixer . Install it on your computer.  Click Scan, and it will perform a scan for your computer. The junk files will be shown in the scan result.

2. After the scan is done, 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 Can You Update & Download Toshiba Satellite 5105-S501 Intel PRO 10/100 Driver v.8.0.43.0,How to Update & Download Toshiba Satellite C655D-S5139 BookPlace v.2.2.7530 driver,Method to Update & Download Toshiba Satellite L655-S5073 Realtek Wireless LAN Driver v.2.00.0011,Method to Update & Download Toshiba Satellite L840-ST2N01 Sleep Utility v.1.4.0022.000104 driver,Best Way to Update & Download Toshiba Satellite Pro S300-EZ2502 Extended Tiles for Windows Mobility Center v.1.01 driver,Best Way to Download NVidia GeForce 6100 VGA Driver v.304.51 Certified,How Can You Update & Download NVidia GeForce 9300/nForce 730i VGA Driver v.310.19 Certified,Method to Download NVidia GeForce GT 330M Driver v.340.65,How Can I Update & Download NVidia GeForce GTX 590 Driver v.280.26 WHQL,Method to Download NVidia Tesla C2050 Driver v.319.17,Way to Download RealTek RTL8100C(L) Driver v.5.01,Way to Download RealTek RTL8100E Drivers v.694,Way to Update & Download RealTek RTL8101L Auto Installation Program v.6.110 driver,Method to Update & Download RealTek RTL8111G PXE and RPL ROM code v.2.58 driver,How to Update & Download RealTek RTL8411B(N) Driver v.10.003,Best Way to Update & Download ASUS A53SV nVidia Graphics Driver v.8.17.12.6686,Method to Herunterladen ASUS K75VJ Intel Rapid Storage Technology Treiber v.11.6.0.1030,How Can You Update & Download ASUS CG8580 Intel Chipset Driver v.9.3.0.1019,Method to Update & Download ASUS K41VD Intel INF Update Driver v.9.1.1.1015,Way to Update & Download ASUS Pro70T NB Probe v.3.0.0026 driver,Can't Download PP Templates Automatically To Windows 7 W/IE 8,Can't Change Drive Letter - Vista,Can't Change Homegroup Sharing Permission,Can't Connect XP Shared Printer To Win7 Except As A Local Printer.__,Can You Connect The LAN Adapter For Wii On Your Windows 7 Laptop?
Read More: Change source data for all pivot tables in a workbook [Solved],[Anwsered] Changing Font Color using VBA,Change\/Set Default program,How to Fix Problem - choose outlook data files for indexing?,How to Fix Error - Change font size and screen resolution only within the terminal window to be used with text VIM editor.?,Can't access c drive to open programs.,Can you use just one hard drive to store a backup disk image and restore for multiple computers?,can not install Mcafee due to Java script error,,Can Word's track changes comments print in the outside border?,cannot install old software program because computer missing indeo codec driver

没有评论:

发表评论

注意:只有此博客的成员才能发布评论。