View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
B Roberson B Roberson is offline
external usenet poster
 
Posts: 26
Default Client Access File Transfer from Excel 2010

I need a new macro comman because the old one that we have used since Excel 2003 has stopped working with a new com based addin for client access that IT has put into a new PC in our group. This is the first time I have run into this. The others in our group for now can still use this macro command I am about to show you.

Application.Run "Showexceluploaddialog"

In the older versions, this brings up the xllbased add-in in Excel that is driven by the file cwbtxla.xll. I wanted to copy and paste the dialog box in here that is the File Transfer Operation to the Iseries, but this google groups interface would not let me paste in here.

Anyway, the problem in a nutshell is the macro above does not bring up this dialog anymore. Is there an updated macro I need to bring this up now?

If you can tell me how to paste the snip in here to make this make more sense, I will do that.

Thanks,


Bruce