View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
markmidwest markmidwest is offline
external usenet poster
 
Posts: 1
Default Can a Macro use Different File Names?

I am trying to create a macro that goes across 2 spreadsheets, the name of
the first spreadsheet will remane consistent but the second spreadsheet will
have a randomly generated name. I created a macro that runs the functions
that I need but only if the second spreadsheet name doesn't change, once it
changes I get errors.

Is there a way to create a macro like this?

Thank you in advance for your help.

-Mark