Hi
if i write some cells in a file .xlsm that contains a macro originally when i reopen it all the macro are disappeard, this happen only if i wrote something in the file, if i just open the file later i can still find my macro inside.
this is my code, if i delete the last row all my macro are fine otherwise no.
XLS1.Create(self);
XLS1.LoadFromFile('C:\Users\Fabrizio\Desktop\rotto1.xlsm');
XLS1.SheetByName('Combinato').AsString[3,3] := 'inserito ora';
XLS1.Write;
Thanks for your help
bug .xlsm macro deleted
Re: bug .xlsm macro deleted
Hello
Please send me a file with this macro.
Please send me a file with this macro.
Lars Arvidsson, Axolot Data
Re: bug .xlsm macro deleted
I sent you a private mail.
Thanks
Thanks