Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I am writing a VBA program¡£The program structure listed below£º Private Sub b(i As Integer, j As Integer) ...... End Sub Sub a() .... b (i, j) ... End Sub It appeard error message while I call subprocedure b in main-procedure a. Error message : Compile error Miss := Would you tell me how to write the code in order to call the subprocedure b? Thanks a lot! |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro subprocedure | Excel Discussion (Misc queries) | |||
Hyperlink to a subprocedure in an other workbook | Excel Worksheet Functions | |||
how to call subprocedure from within procedure? | Excel Programming | |||
Code in one workbook to call code in another XL file | Excel Programming | |||
Passing range to subprocedure - maybe? | Excel Programming |