Friday 23 September 2016

How to Resolve - count the number of the colored cell in the column?

count the number of the colored cell in the column

Dears,

kindly please i have a question concern of how can i count a red color cell in a columns via VBA 

i want to set the required VBA in the attached sheet

https://www.dropbox.com/s/pue51zzixp6sbo8/Last%20Alert.xls

Thanks a lot,

Keys to the Problem count the number of the colored cell in the column

Download SmartPCFixer for Free Now

You can use a custom function like this:

Function COUNTCOLOR(ByVal inputrange As Range, ByVal colorindex As Integer) As Long
Dim cell As Range
Dim counter As Long
For Each cell In inputrange
    If cell.Interior.colorindex = 3 Then
        counter = counter + 1
    End If
Next
COUNTCOLOR = counter
End Function


(Note that RED is colorindex 3.)


I put the file back into my web site:
http://www.vonixx.com/countcolor.zip


Regards,
Edwin Tam
Excel Power Expander - http://www.vonixx.com

Manually editing the Windows registry to fix Error count the number of the colored cell in the column

Caution: Unless you an advanced PC user, we DO NOT recommend editing the Windows registry manually. Using Registry Editor incorrectly can cause serious problems that may require you to reinstall Windows. We do not guarantee that problems resulting from the incorrect use of Registry Editor can be solved. Use Registry Editor at your own risk.

  • Click the Start button.
  • Type "command" in the search box... DO NOT hit ENTER yet!
  • While holding CTRL-Shift on your keyboard, hit ENTER.
  • You will be prompted with a permission dialog box.
  • Click Yes.
  • A black box will open with a blinking cursor.
  • Type "regedit" and hit ENTER.
  • In the Registry Editor, select the Error 0x9C-related key (eg. Windows Operating System) you want to back up.
  • From the File menu, choose Export.
  • In the Save In list, select the folder where you want to save the Windows Operating System backup key.
  • In the File Name box, type a name for your backup file, such as "Windows Operating System Backup".
  • In the Export Range box, be sure that "Selected branch" is selected.
  • Click Save.
  • The file is then saved with a .reg file extension.
  • You now have a backup of your MACHINE_CHECK_EXCEPTION-related registry entry.

Another Safe way to Repair the Problem: count the number of the colored cell in the column:

How to Fix count the number of the colored cell in the column with SmartPCFixer?

1. Download Error Fixer. Install it on your system.

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

3. The Fixing part is finished, the speed of your computer will be much higher than before and the errors have been fixed.


Related: How Can You Update & Download NVidia 6100, 6800 GS/XT Display Driver v.260.89 WHQL,Where to Download NVidia GeForce 8800 GT WHQL-certified driver v.196.21,How to Update & Download NVidia GeForce Go 7400 Display Driver v.260.19.12,[Solved] Download NVidia GeForce GTX 460M Driver v.331.82,Download NVidia Quadro Plex Model IV VGA Driver v.304.43 Certified,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
Read More: Troubleshooting:Convert column headings into rows,Fast Solution to Problem: Cookies i think. Win 7 on laptop cant remember me when closed,How Can You Fix - Converting number to words?,Troubleshooter of Error: Corel Paintshop pro x4 will not open,Tech Support: creating vba in excel to create a word document with table,Closing Internet Explorer causes error,Compare 2 Tables and Calculate the PROFIT Faster,Computer goes to Windows Boot Manager after Start,Connect to one of my network computer remotely when don't allow exception box Marked,computer locking up randomly

No comments:

Post a Comment