Macros doesn't work (open)

Hy There

I've got a Problem with my IGOR FILE: (using IGOR PRO 6.34A on MAC and WINDOWS)

If i choose a Macro (old ones, generated early) it won't open... new ones do !
I can see it in the procedure file:
Window Erzeugerkurve_gaskessel() : Graph
    PauseUpdate; Silent 1       // building window...
    String fldrSav0= GetDataFolder(1)
    SetDataFolder root:'Analyse Erzeugerkurve':
    Display /W=(0,44,1644,1045)/HIDE=1  :Manuell_erstellte_Erz_Heizkurve:MWhth_pro_Woche vs :Manuell_erstellte_Erz_Heizkurve:Aussentemp_Woche_Flums_theoreti
    AppendToGraph Gask_2012_KW_bearbeitet_prod vs Aussentemp_Woche_2012_bearbeite
    AppendToGraph Gask_2013_KW_bearbeitet_pro vs Aussentemp_Woche_2013_bearbeit
    AppendToGraph Gask_2011_KW_bearbeitet_prod vs Aussentemp_Woche_2011_bearbeite
    SetDataFolder fldrSav0
    ModifyGraph gfSize=22
    ModifyGraph mode(Gask_2012_KW_bearbeitet_prod)=3,mode(Gask_2013_KW_bearbeitet_pro)=3
    ModifyGraph mode(Gask_2011_KW_bearbeitet_prod)=3
    ModifyGraph lSize(MWhth_pro_Woche)=3
    ModifyGraph rgb(Gask_2012_KW_bearbeitet_prod)=(0,0,0),rgb(Gask_2013_KW_bearbeitet_pro)=(1,26214,0)
    ModifyGraph rgb(Gask_2011_KW_bearbeitet_prod)=(0,2,26214)
    ModifyGraph grid(left)=2,grid(bottom)=1
    ModifyGraph minor=1
    ModifyGraph sep=4
    ModifyGraph lblMargin(left)=15,lblMargin(bottom)=8
    ModifyGraph gridRGB=(0,0,0)
    ModifyGraph lblPos(left)=102,lblPos(bottom)=72
    ModifyGraph lblLatPos(left)=1,lblLatPos(bottom)=3
    Label left "MWh\\Bth \\M / Woche  "
    Label bottom "ø Wochenaussentemperatur in Flums [ºC]"
    Cursor/P A MWhth_pro_Woche 3
    ShowInfo
    Legend/C/N=text0/J/H={0,4,10}/A=MC/X=26.90/Y=38.20 "\\s(MWhth_pro_Woche) Charakteristik Gaskessel "
    AppendText "\\s(Gask_2013_KW_bearbeitet_pro) Wärmeenergie Gaskessel pro KW im\t2013\t [MWh\\Bth\\M]"
    AppendText "\\s(Gask_2012_KW_bearbeitet_prod) Wärmeenergie Gaskessel pro KW im\t2012\t [MWh\\Bth\\M]"
    AppendText "\\s(Gask_2011_KW_bearbeitet_prod) Wärmeenergie Gaskessel pro KW im\t2011\t [MWh\\Bth\\M]"
    TextBox/C/N=text1/F=0/A=MC/X=39.68/Y=-31.16 "ø 10.6 MWh\\Bth\\M/ Woche\r   ausserhalb Heizperiode"
EndMacro

and if i try to open it: the name in the command window

but it stays closed and its not building....
any suggestions so far? should i post the whole igor procedure file?

Thanks for help

greetings
Moodhound
Thanks a lot...
i don't know, why this is written in my macros?


But i've got other problems, now I'm having problems with Color wave editor... and then in MovieFromStack.ipf... i think my file is totally broken
IS THERE A WAY to move my datas and macros into a new file (with al subfolders in data manager ) ?

It would be easier...

Thanks
Moodhound wrote:
IS THERE A WAY to move my datas and macros into a new file (with al subfolders in data manager ) ?


You can use the Browse Experiment button in the Data Browser. Close Igor and open again with a new experiment. Open the Data Browser (Data menu -> Data Browser). Click on the Browse Expt... button, then browse to your experiment. You can select folders/waves/variables and drag them to the current experiment.

Hope that helps.
i already tried to copy and paste trough browse experiment.. but it didn't work.. With drag&drop its working!

Thanks!