Monday, September 26, 2016

Troubleshoot:Delete content of a cell after updating another one

Delete content of a cell after updating another one

Hi
 
I have 2 columns .  Data goes from A10 to B2000
 
I would like some code to do the following.
 
 As exemple:  If I change content in cell A134, automatically content of cell B134 is erase or delete.  If I change content in cell A22, content of cell B22 is automatically delete
 
Thanks for helping

Anwsers to the Problem Delete content of a cell after updating another one

Download SmartPCFixer for Free Now

Shight-click the sheet tab and select View Code from the context menu.
Add code like this to the module that appears:
 
Private Sub Worksheet_Change(ByVal Target As Range)
  If Not Intersect(Range("A10:A2000"), Target) Is Nothing Then
    Intersect(Range("A10:A2000"), Target).Offset(0, 1).ClearContents
  End If
End Sub

Check Windows System Requirements

This error can be due to some configuration requirements for you system. If your PC hardware is not up to par, then make sure you upgrade where necessary before continuing:

Microsoft Windows Requirements :

  • 1 gigahertz (GHz) or faster 32-bit (x86) or 64-bit (x64) processor
  • 16 GB available hard disk space (32-bit) or 20 GB (64-bit)

Another Safe way to Repair the Problem: Delete content of a cell after updating another one:

How to Fix Delete content of a cell after updating another one with SmartPCFixer?

1. You can Download Error Fixer here. Install it on your system. When you open it, it will perform a scan.

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

3. The Repair part is finished, the speed of your computer will be much higher than before and the errors have been removed. You can also use other functions in this software. Like dll downloading, junk file cleaning and print spooler error repair.


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: Solution to Problem: desktop vs notebook conflict windows 7 x64,Database function formulas generate incorrect results [Solved],How Can I Fix - Delete a table from Quick Tables?,Deleting Windows Live email addresses from another computer.,Solution to Error: Debug a service!

No comments:

Post a Comment