Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Can somebody help me understand why the following code, in sub1 fails
to run but the modifcations to the called sub below that does run? I was getting "Argument not optional" error. Alan Sub1() 'in module1 .....other routines If bla bla then Exporttofile 'in module2 Else .... other routines Sub Exporttofile (fName As String, Sep As String, SelectionOnly As Boolean) code... Modified Exporttofile: Sub Exporttofile() Dim fName As String Dim Sep As String Dim SelectionOnly As Boolean |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
order placement of code | Excel Programming | |||
Placement of code | Excel Programming | |||
Carrying Variables into Called Macros | Excel Programming | |||
Placement of Code | Excel Programming | |||
Input variables on Sheet1 being called by a VB program on Sheet 2 | Excel Programming |