Have you tried to execute the code line by line?
Yes but it's always is stopped and saying me the error that i show you
Now i dontn know that I can do with the code, I dont find exit for resolving the problem :(
NB: it's ok to hide the form, it allows to run the rest of main procedure and...
You have no 'On Error...' statement, so for testing you can set your VBE (Tools>Options dialog, 'General' tab) to notify before state loss and breakon unhandled errors.
You can execute your code line by line (add a breakpoint at the start of tested code, after break execute line by line...
This code or give me an error o the program takes the exit y it is closed :(
this is the main code :
Option Explicit
Public gCarpetaOrigen As String
' Previo al 4. Mostrar formulario
Function MostrarFormulario() As Boolean
Dim frm As New UserForm1
frm.Show vbModal...
i have a problem with a button select, because when i am going to do the buttons in order to join the macro, it gives me an error . Attached the code in vba :
Option Explicit
Sub CopiarArchivosFacturas()
' 1. Abrir un archivo de Excel determinado por el usuario
Dim archivo As...
This is the code, but the problem it is the next cuestion : I need to looking for in folder and subfolder the files what are wroten under cell called " Invoice Number" , but the program doesnt looking for in the subfolder and i dont know the reason.
' En Herramientas / Referencias hay que...
Dears,
i would like to do some app about copy files from a folder in order to send an another folder but only files are wroten in excel file.
I need help please.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.