View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
Kevin O'Neill[_2_] Kevin O'Neill[_2_] is offline
external usenet poster
 
Posts: 44
Default 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()