Thread
:
Trouble Passing An Array
View Single Post
#
3
Posted to microsoft.public.excel.programming
Kevin O'Neill[_2_]
external usenet poster
Posts: 44
Trouble Passing An Array
GOT IT!
Create
Button38_Click c()
Call
Dim po As Integer, dummy As Integer
For po = 1 To 2
dummy = c(po)
Next po
Call Functions
PrintArea.Button38_Click c()
Reply With Quote
Kevin O'Neill[_2_]
View Public Profile
Find all posts by Kevin O'Neill[_2_]