Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I've tried this macro and it works:
Sub temp() Range("Comm!f7").Value = 0 End Sub But what I need is a function. This one doesn't work, I get #VALUE!: Function temp1() Range("Comm!f7").Value = 0 End Function And this doesn't work either: Function temp1() temp End Function There could be another way, a better one, but much too difficult for me. What I am trying to do is to erase from memory all the values pertaining to Sheet1, as soon as any of its cells is modified by the user (the values are preserved in memory as public arrays). By searching Google, I found references to Worksheet_Change. Can someone help me with that too, please ? Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Vlookup if #N/A then enter enter data in cell I4 | Excel Discussion (Misc queries) | |||
Enter multiple numbers in a cell so total shows when enter keypres | Excel Worksheet Functions | |||
Auto enter date when data in enter in another cell | Excel Worksheet Functions | |||
How to force <enter to behave like <alt + <enter within a cell | Excel Programming | |||
how do I enter a RETURN (Enter) in a cell in EXCEL2003 | Excel Discussion (Misc queries) |