Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This code dies at the "Msgbox" Line.
Can you give me an idea why. And what do I do to make it work as it should? Function Testx(Arg) ' Function should return the word "Won". Dim Cols(3) As Integer Call Testy(Cols()) Testx = Cols(1) End Function Sub Testy(Cols() As Integer) Cols(1) = "Won" MsgBox "Done" <-- Calling never gets to this line. End Sub Thanks, Mac Lingo Berkeley, CA |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
using strings in vlookup function calls | Excel Worksheet Functions | |||
excel vba problem - function calls from cells | Excel Programming | |||
worksheet function calls between worksheets | Excel Programming | |||
identifying which cell calls my VBA function. | Excel Programming | |||
function calls | Excel Programming |