Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have the code below, what is the function of the line:
" ColOut = ColOut + 1 " ?????????????? HeaderRow = Range("Header").Row Sheets("Output").Cells.ClearContents RowIn = HeaderRow + 1 ' first row RowOut = 1 Do ColOut = 1 Sheets("Output").Cells(RowOut, ColOut) = "$INPUT" ColOut = ColOut + 1 ColIn = 2 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Scattergraph: Meaningful interpretation | Charts and Charting in Excel | |||
Interpretation of T test results | Excel Worksheet Functions | |||
chitest and interpretation of the result | Excel Worksheet Functions | |||
Sum(if ... multiple conditions ... Interpretation? | Excel Discussion (Misc queries) |