I noticed that Internet Explorer appends the number in square brackets to files downloaded from the Internet (usually [1]). This poses a big problem when loading Excel spreadsheets, since the square brackets are not a valid character for the file name inside the name of the Excel worksheet. This problem is specific to IE, other browsers keep the same file name.
So, if you have a pivot table that is automatically updated when you open the file, you will receive an error message stating that the name "file [1] .yourPivotTableName" is not valid.
Is there any solution to this problem?
EDIT: It seems that regardless of the file name suggested by the HTTP directives , IE adds [1] in all cases, which causes a problem! (So answers about file names do not help in this case)
EDIT: I tried using VBA code to save the file under a different name when it opens. However, it does not work (same error message as before). Do you think there is a way to fix this with VBA?
source share