Thread: Macro
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Dave Peterson[_3_] Dave Peterson[_3_] is offline
external usenet poster
 
Posts: 2,824
Default Macro

When you save a file, excel will save it as a temporary file (8 characters, no
extension). Then if that save is successful, excel will delete the original and
rename this funny named file to the original's name.

You see the results when something interferes with this process.

A couple of things that get pointed at are antivirus software and network
problems (hardware or permissions).

Maybe you could disable the antivirus software (temporarily) to see if that
helped.

If the problem goes away, then visit your local AV site and see if they have
updates. If it doesn't, I'd think I'd try to get my IT department more
involved. (well, unless you're already the IT department!)

======
Just a guess: I'm don't think it's the recorded macro that's causing this. I'm
guessing that it's just a coincidence.



Antonio Bustamante wrote:

I record a macro after in a file each time that I open and
save the file a rare file is created the name have numbers
and appear in the folder

The macro has a error?

How can correct it?

Please help me


--

Dave Peterson