Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have
Module modtest Classmodule clsTest modtest.FirstCall Sub FirstCall StoreValue = 1 Debug.print StoreValue End sub modtest.SeondCall Sub secondCall Debug.print StoreValue End sub in clsTest I have: Proberty Let StoreValue (newvalue as integer) m_storeValue = newvalue End property Proberty Get StoreValue (newvalue as integer) StoreValue = m_storeValue End property What ever I tried in modTest second call StoreValue in modtest.SeondCall always has been 0 Is there any help how to Dim m_storeValue in the Classmodule using static, so that modtest.SeondCall has the same value as in FirstCall Thanks for help. Gottfried |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
calculate values in an unlimited range of cells in a column WITHOUTalso calculating values that had previously been filtered AGAINST? | Excel Discussion (Misc queries) | |||
Excel 2007 doesnt show Y-axis values when the values are small. | Charts and Charting in Excel | |||
Exclude #N/A values and Return Numeric values to consecutive cells in Single Row | Excel Worksheet Functions | |||
Adding numerical values based on multiple values in another column | Excel Worksheet Functions | |||
create list of unique values from a column with repeated values? | Excel Worksheet Functions |