Guest_imported
New member
- Jan 1, 1970
- 0
The problem is if there are many functions in one module...
i need to get all the declaration functions that there are inside of one module!
(e.g.
Private sub test1(xxx) <------ This one
code
code
end sub
Public Sub test2 (xxx) <------ And this one
code
code
End Sub
i need to get all the declaration functions that there are inside of one module!
(e.g.
Private sub test1(xxx) <------ This one
code
code
end sub
Public Sub test2 (xxx) <------ And this one
code
code
End Sub