Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Does anyone know how I can do the above. I am constructing a list of arguments in one sub to pass to another. Something along the following lines: Sub One Dim sArgs() As String j = 0 ReDim Preserve sArgs(j) sArgs(j) = Chr(34) & "Arg1" & chr(34) j = 1 ReDim Preserve sArgs(j) sArgs(j) = Chr(34) & "Arg2" & chr(34) Call Sub2(Join( Args(), ",") End Sub Sub2(ParamArray Args()) 'Sub 2 Code End Sub I know the problem lies in the fact that the join statement returns a single string. I want to know how I can have the strings separated by comma recogonised as separate arguments for Sub 2 to accept. -- blatham ------------------------------------------------------------------------ blatham's Profile: http://www.excelforum.com/member.php...o&userid=19441 View this thread: http://www.excelforum.com/showthread...hreadid=491996 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Seed numbers for random number generation, uniform distribution | Excel Discussion (Misc queries) | |||
Number of labels on X-axis one more than number of values on Y-axi | Charts and Charting in Excel | |||
Need number of Saturdays and number of Sundays between 2 dates | Excel Worksheet Functions | |||
Do I need a sumif or sum of a vlookup formula? | Excel Worksheet Functions | |||
GET.CELL | Excel Worksheet Functions |