View Single Post
  #7   Report Post  
Posted to microsoft.public.excel.programming
[email protected] fincenobite@hotmail.com is offline
external usenet poster
 
Posts: 2
Default Getting values from anotjer workbook

I get compile error "argument not optional" on GetValue

For iCtr = LBound(myLocations) To UBound(myLocations)
MsgBox GetValue(myLocations(iCtr)(1), myLocations(iCtr)(2),
myLocations(iCtr)(3))

Next iCtr

Something wrong?

Br, Miipe