G
Greg Smith
We have been running document processing macros for many years. As part of
this, they do:
Open filename$ for Output as #1
print #1, contents$
Close #1
Recently (in the past few days) this has stopped working. The symptops are
consistent with VBA refusing to create or write to external files. If I
change Output to Input then read, this works, so it is not a problem with the
path. We suspect that a recent security patch from Microsoft is responsible.
We have seen this on two computers, both running XP SP2 and both with all the
latest security patches.
Help!
this, they do:
Open filename$ for Output as #1
print #1, contents$
Close #1
Recently (in the past few days) this has stopped working. The symptops are
consistent with VBA refusing to create or write to external files. If I
change Output to Input then read, this works, so it is not a problem with the
path. We suspect that a recent security patch from Microsoft is responsible.
We have seen this on two computers, both running XP SP2 and both with all the
latest security patches.
Help!