Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I currently have an Access module that drops data into Excel and places the cursor below the last row of the last column. I want to programically place Excel's IRR function in this cell. Column A contains the dates and column C the amount field. Code snippet
' Selects c7; first blank cell at the bottom of a contiguous colum xlWs.Range("c1").End(xlDown).Offset(1, 0).Selec Thanks Forrest |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Indirect function syntax | Excel Discussion (Misc queries) | |||
Syntax for IF function | New Users to Excel | |||
Syntax for 2 AND conditions within an OR function. | Excel Worksheet Functions | |||
all function formulas syntax | Excel Discussion (Misc queries) | |||
NetWorkDays Function Syntax | Excel Worksheet Functions |