Search results

  1. T

    Runtime Error '3139' - Syntax Error in Parameter clause

    Hi Bob, thanks for the clarification. When you say that I need to change the paramenter, do you mean it as follows? Public Function RunAnnualSimulation(Country As Long, IngYear As Long, Iter As Long) MOCSCollection.RunAnnualSimulation Country, IngYear, Iter StoredYear = IngYear...
  2. T

    Runtime Error '3139' - Syntax Error in Parameter clause

    Ok sorry, the function is meant to gather data for curves across different regions and different countries to calculate price information on an hourly or yearly basis and is followed by the following one: Public Function ComputeMeritOrderCurveForTimeslot(Country As Long, Year As Long, Day As...
  3. T

    Runtime Error '3139' - Syntax Error in Parameter clause

    Hi, I inherited a simulation and when trying to run it I get the infamous runtime error 3139. Read it might be a form error for code created in Access 2003 and not conform to Access 2007 formulation. The code is the following: Public Function RunAnnualSimulation(Country As Long, Year As...
Back
Top Bottom