Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I'd like to be able to tell the user which cell has an error (such as an
invalid parameter) when my function might be called from many cells (such as after a PASTE). How can I identify which cell is being calculated (get the address) when my function is called, from within that function? Thanks! ---Wayne |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
set rng = Application.Caller
msgbox rng.Address -- Regards, Tom Ogilvy "Wayne Erfling" wrote in message ... I'd like to be able to tell the user which cell has an error (such as an invalid parameter) when my function might be called from many cells (such as after a PASTE). How can I identify which cell is being calculated (get the address) when my function is called, from within that function? Thanks! ---Wayne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pivot table, IF function, calculated item versus calculated field | Excel Discussion (Misc queries) | |||
Pasting to calculated address | Excel Discussion (Misc queries) | |||
I want to create a calculated item based on a calculated field | Excel Discussion (Misc queries) | |||
pivot table formulas for calculated field or calculated item | Excel Discussion (Misc queries) | |||
how to change a calculated cell to = the calculated value | Excel Discussion (Misc queries) |