0

I'm using Excel 2010 and I have a .xla file with VBA macros, I edit the macros with the VBA editor, then save it. Later when I reopen the .xla file my changes are lost. On the internet I found other people with the same problem, e.g. MS-Excel VBA file (XLA) saving problem, but not solution.

Community
  • 1
  • 1
Roland
  • 7,525
  • 13
  • 61
  • 124

1 Answers1

1

please try to save it in the VBA-Editor. This ist what I have to do with xlam-files.

Max
  • 744
  • 1
  • 7
  • 19
  • 1
    Funny it worked now. I closed all the `.xls` files and just kept the VBA editor open, then saved it. – Roland Oct 10 '17 at 09:13