View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Samson Samson is offline
external usenet poster
 
Posts: 6
Default Addins & iSeries

I'm trying to run (in VBA) an IBM Client Access Add-In module in Excel for
"Transfer Data From iSeries...".

As this is add-in module is in .XLL, I could not get it to run under the
usual:
application.run"xxxxx.xla!macro1"

I think I might be short of some parameters or something like that.

Any help/pointers would be greatly appreciated.

Thank you.