Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi People,
What i require is the results i get from the below code to be place i sheet2. So when the count says 13 of 42 the number 13 is placed in cell A4 i sheet2 '-------------------------------------------------------------------------------- Dim rng As Range Dim strStart As String Sheets("Telephone Stats").Select Set rng = ActiveSheet.AutoFilter.Range strStart = InputBox("Please enter start date, (dd/mm/yyyy)", "Extrac Maker: Start Date") Selection.AutoFilter Field:=7, Criteria1:="=" CLng(CDate(strStart)), Operator:=xlAnd, _ Criteria2:="<=" & CLng(CDate(strStart)) MsgBox rng.Columns(1). _ SpecialCells(xlVisible).Count - 1 _ & " of " & rng _ .Rows.Count - 1 & " Records" ActiveSheet.ShowAllData Sheets("Manager Checks").Select '------------------------------------------------------------------------------- Regards Pau -- Message posted from http://www.ExcelForum.com |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
average hourly output for date, result shown by day | New Users to Excel | |||
Two-variable Data Table - Problem with result/output | Excel Worksheet Functions | |||
output negative result will show zero value | Excel Discussion (Misc queries) | |||
Help getting output value from another sheet | Excel Discussion (Misc queries) | |||
how do I output result of formula to another cell? | Excel Discussion (Misc queries) |