Search results

  1. W

    problem with run macro using comman button

    i have created a comman button to run a macro which the macro simply run several queries and at the end export a table to a spreadsheet. the problem is that it seems that it got no problem to run those queries but only at the end when it's done, it just hangs there and i've to shut down the...
  2. W

    Open a specific excel file using runapp function

    hi i have a problem whtn i trying to use runapp function to open a specific excel file, the problem is the path name of the folder e.g. when i tried Dim stAppName As String stAppName = "excel.exe D:\POLICYTABLE.xls" Call Shell(stAppName, 1) it got no problem and open the file...
Back
Top Bottom