Search results

  1. S

    Solved Error Loading Ribbon

    Okay, I conducted a test and named it 'rbbOption.' Initially, I didn't encounter the error immediately, but after clicking for the second time, it surfaced. I also tested it with another Ribbon, and the same issue occurred. By 'manually,' I mean navigating to File -> Options -> CurrentDB ->...
  2. S

    Solved Error Loading Ribbon

    Thank you for anwering :) The VBA Code is the following: Dim XML As String XML = DLookup("RibbonXML", "USysRibbons", "RibbonName = ""option""") Application.LoadCustomUI "option", XML The Ribbon Code is in the attached File
  3. S

    Solved Error Loading Ribbon

    Hello Folks, i have got the following Problem, i want to load a ribbon with vba that disabels the option button for my frontend. When i load it manually it works perfect but it doesn't work in vba. I get the error 32610: (Name of my DB) cannot load customization 'option'. This customization...
  4. S

    New Member

    Hello there, I am happy to join this Forum. I worked with MS Acces for a halb year now and recently started using SQL Server as Backend for my main Company Database. I like programming and i am a litte perfectionist :) Cheers Simon
Back
Top Bottom