View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DM Unseen DM Unseen is offline
external usenet poster
 
Posts: 233
Default Executing a macro in another spreadsheet?

No, changing closed excel files I would not recommend, although it is
possible using ADO!

You need to code ADO with VBA to actually change a value in a closed
workbook.
But this means you will be accesing your workbook as a database and as
Tom states, you might have less worries if you did everything in a
real database.

DM Unseen