hi all,
i want to use a countif formula in vba that will count data from
another sheet. this sheet name is variable depending from the date the
macro was use.
example .
run the macro today.
-create new sheet name 16-aug
-in a sheet "graphic" new row named 16-aug. (for the case in cell D1)
-in D2 formula countif("16aug!A2:A25,"=A2") <------- this is what
i want
- in D3 formula countif("16aug!A2:A25,"=A3")
so everytime i run the macro a new sheet is created with a new name and
i want to get countif for the the cells under it.
Bookmarks