Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have created a VB function which look like this:
public function function_1 (parameter1 as string, parameter2 as integer) as string my form look like this: A B 1 5 =function_1("03.2004";row()) 2 10 =function_1("03.2004";row()) I noticed that when I change the values from cells: A1 and A2, the function (function_1) isn`t updated automatically, that`s why this value returned by this function, is now older/previous one. How to refresh the value returned by this function automatically after changing cells A1, A2?? Any help appreciated Thankx Best regards Marcin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell range not changing when refreshing linked data- sumproduct fo | Excel Worksheet Functions | |||
Function Values Not Refreshing | Excel Worksheet Functions | |||
How can I stop charts from refreshing when changing source data? | Charts and Charting in Excel | |||
Refreshing a User Defined Function | Excel Discussion (Misc queries) | |||
refreshing custom function | Excel Programming |