Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'll try to describe what this is about, but in QPW this
part was just a subroutine. This is the first part of a bunch of postings I'll need to do relating to creating some CSV files. The purpose of this routine or function depending on the suggestion is to scan a column Sub CreateTaxCSVFile() Range("Start").Offset(1, 0).Select 'create starting point' Selection.CurrentRegion.Select 'to select a block of data' Function or call to Howmanytype3() ---------------------------------- With the current region selected, I need to have the function or sub to determine how many occurences of the numeric value 3 occurs in the first column of this selected region. The function needs to store that number of occurences as a value for use later on in the macro. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel Data Validation/Lookup function does function correcty | Excel Worksheet Functions | |||
copy of excel file not showing formulal/function in the function b | Excel Discussion (Misc queries) | |||
LINKEDRANGE function - a complement to the PULL function (for getting values from a closed workbook) | Excel Worksheet Functions | |||
Offset function with nested match function not finding host ss. | Excel Worksheet Functions | |||
Emulate Index/Match combo function w/ VBA custom function | Excel Worksheet Functions |