flaviooooo
Programmer
Hi,
I'm having a strange occurance here with some excelfiles. In them is some code where it saves the file to another location. On all pc's it works, except 1. On this one the file is saved without a file extension?
Can you explain what could be the cause of this? Is there maybe some kind of setting that's wrong?
The code is:
ActiveWorkbook.SaveAs FileName:=(Naam)
(naam) is the field containing the filename (without xls)
I'm having a strange occurance here with some excelfiles. In them is some code where it saves the file to another location. On all pc's it works, except 1. On this one the file is saved without a file extension?
Can you explain what could be the cause of this? Is there maybe some kind of setting that's wrong?
The code is:
ActiveWorkbook.SaveAs FileName:=(Naam)
(naam) is the field containing the filename (without xls)