barcodezebra
New Member
- Joined
- Jun 11, 2018
- Messages
- 3
Hi There
I've written a macro to paste some data into a template that I can use for creating a Configuration Package in Navision.
The final line of the macro should save and close the template but it doesn't. It closes without saving. As far as I can see it's a bog standard line of VBA that everyone uses so I'm not sure why it's not working for me.
Can anyone help? The code is
<style></style>
I've written a macro to paste some data into a template that I can use for creating a Configuration Package in Navision.
The final line of the macro should save and close the template but it doesn't. It closes without saving. As far as I can see it's a bog standard line of VBA that everyone uses so I'm not sure why it's not working for me.
Can anyone help? The code is
Workbooks("GL Transaction Import Template.xlsx").Close SaveChanges:=[FONT=Verdana,Arial,Tahoma,Calibri,Geneva,sans-serif]True
Cheers[/FONT]
Cheers[/FONT]
<style></style>