lcounter

  1. P

    creating multiple hyperlinks using a variable

    Hi, Need to create a bunch of links in excel. Got this far but don't know the syntax for using a variable in a cell address... With Worksheets(1) Dim LCounter As Integer For LCounter = 3 To 33 ActiveSheet.Hyperlinks.Add Anchor:=.Range("az,&LCounter"), _ Address:=""...
  2. D

    [VBA] count cells with color and auto refresh worksheet

    Hello. What I'm trying to achieve today is to count cells with a certain color and then make excel refresh the cell with such sum automatically. Below I have a code for counting cells with color and it works fine: Function CountColorIf(rSample As Range, rArea As Range) As Long Dim rAreaCell...
  3. D

    Search a day, select the column , CountColorIf

    Hi all, for a given day, i need to count the cells with certain colors. in VBA : to count color cell : Function CountColorIf(rSample As Range, rArea As Range) As Long Dim rAreaCell As Range Dim lMatchColor As Long Dim lCounter As Long lMatchColor = rSample.Interior.Color...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top