Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() i've programed classes in C++ where you can have functions that are specific to the class and have access to all the variables in the class. how would i need to setup a Sub that would have access to these variables? i want something along the lines of Code: -------------------- Private Sub DrawAddOne(ByVal a As Integer) m_Draw(a) = m_Draw(a) + 1 End Sub -------------------- -- TheIrishThug ------------------------------------------------------------------------ TheIrishThug's Profile: http://www.excelforum.com/member.php...o&userid=29682 View this thread: http://www.excelforum.com/showthread...hreadid=496534 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to convert cell formula functions to code functions | Excel Discussion (Misc queries) | |||
efficiency: database functions vs. math functions vs. array formula | Excel Discussion (Misc queries) | |||
excel functions and User defined functions | Excel Programming | |||
Class Modules | Excel Programming | |||
RaiseEvent from a class contained in a 2nd class collection? | Excel Programming |