Search results

  1. S

    RunCode with two functions

    This is what I have. The first function works. The second does not: Option Compare Database Function ProcessFiles() Dim wb As Workbook Dim mypath As String Dim myfile As String Dim myExtension As String Dim FldrPicker As FileDialog Dim Filename As String 'Optimize Macro Speed...
  2. S

    RunCode with two functions

    I am trying to run a macro that use two functions. The first function formats all of my excel files. The second function is suppose to import all excel files into an access table. The first function works, but when I go to create the macro adding my second function, I get an error "The...
Back
Top Bottom