Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a VBA function that is located in several Cells
[=myFunction(dataRange as Range)]. For the function to work during Excel Recalculation process, I need to now the address that Excel is recalculating. Say the formula is located in the 12 Cells, A1:B6. As Excel works through the recalculation, my function needs the know the cell (A1:B6) Excel is recalculating. I tried Set HomeCell = Range(ActiveCell.Address) With this, I only get the cell where the cursor is located at the time Excel starts the recalculation. Thanks for the help |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
getting the selected range and active cell of a non active worksheetsheet | Excel Programming | |||
problem with active cell | Excel Programming | |||
Can't get CF to work properly, Active Cell problem? | Excel Programming | |||
Excel VBA-use variable in active cell formula problem | Excel Programming | |||
Problem with Active Cell Refence | Excel Programming |