Search results

  1. B

    renaming external file from within a macro

    let's take the popup windows as last chance. thank you again
  2. B

    renaming external file from within a macro

    dear jal, sounds very good. right now I do not have the pc with my access database on, tomorrow I will check. The only doubt is that kind of lock that the macro that create the file seems to get till is over. Maybe that your simple vbs, called as external, could skip this problem. Hope so! Can...
  3. B

    renaming external file from within a macro

    Thanks Dave, I am not able, I do not know how to do. As I said, I do not know how to manage vba. Anyway, If someone could send to me this module converted in an exe file, I could call it from my macro and see what happens. Public Sub rinomina() Dim FileName As String Dim NewFileName As String...
  4. B

    renaming external file from within a macro

    Dear access experts, here a good issue that is annoying me a lot. I am not a vba expert, I only need to rename a txt file created by a dos procedure invoked by an Access macro through the same macro. What happens is that the txt file just created seems to be held by the macro, because if I try...
Back
Top Bottom