Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This must be easy, but I'm being a bit stupid here as I can't find the
method that I'm after. I have a custom volatile function that I want to return the row in which the function is used - not the active row. (Actually, it does a lot more, but this is the crux of the problem.) So: Function GetRow() Application.Volatile (True) GetRow = Application.ActiveCell.Row End Function doesn't work because if I click away from the cell that uses the function, the cell then gets the value of the active cell and not the one in which the function is used. After much searching on MS and Google, I admit that I'm stumped. :-| Any ideas? TIA MArk |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
ActiveCell.FormulaR1C1 = "=SUM(R[-tellerteller]C:R[-1]C)" | Excel Discussion (Misc queries) | |||
Excel - Golf - how to display "-2" as "2 Under" or "4"as "+4" or "4 Over" in a calculation cell | Excel Discussion (Misc queries) | |||
Functions for "current" & "previous" month to calculate data | Excel Worksheet Functions | |||
=IF((TODAY()-B8)30, "Overdue", "Current"), | Excel Discussion (Misc queries) | |||
XP VBA: Range("A2", ActiveCell.SpecialCells(xlLastCell)).Select | Excel Programming |