View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
bluegrassstateworker bluegrassstateworker is offline
external usenet poster
 
Posts: 23
Default Wanted: Syntax for Filename changed without impacting Macro

I guess with the holidays my mind is somewhere else; perhaps in a
sugar-buzz haze.....

I used the CALL command:
CALL S6Exp
and that worked! Merry Christmas everyone!
-- A

Jim Jackson wrote:
You should be able to change the line to Application.Run "S6Exp" and have
it work.
--
Best wishes,

Jim


"bluegrassstateworker" wrote:

Hello,
I have the following line of code that was created by the macro
recorder:

Application.Run "CHFSform98g2.xls!S6Exp"

This runs a macro in the current spreadsheet called S6Exp. My dilema
is that the name of the spreadsheet (CHFSform98g2) changes, creating an
error in the macro. Is there a good syntax that will run S6Exp
regardless of the filename?

Thanks