View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
derobin derobin is offline
external usenet poster
 
Posts: 6
Default Access to another excel instance?

Hi,

I am running an excel-vba which requires the user at a certain point to
manually export an excel file from a different software. The problem is
that this exported file opens up (automatically - which is how it is
supposed to be) in a new excel instance meaning it is not part of
workbooks and I can not access it with e.g. 'for each wb in
Workbooks'... Is there still some way to work with the exported file?

Thx

Robin