save in scipt

  • Thread starter Thread starter Joel
  • Start date Start date
J

Joel

I want to save the file in the Function Item_Open() event. I'm not sure of
the syntax though. Can you please help?

Basically, I just want it to save when I open the file. I am going to put
it in an IF statement.

Thank you,
Joel
 
Save what file? Do you mean the Item that was just opened? Use Item.Save.
 
Back
Top