Search results

  1. M

    Troubles with variables in a SQL-string

    Hi all, I have this piece of vba-code which doesn't work for me. Sub HentNavisionData() Dim KtnNr As String, StartDato As Date, SlutDato As Date KtnNr = "' " & Range("B5").Value & "'" StartDato = Range("B6").Value SlutDato = Range("B7").Value With...
  2. M

    Form size

    Hi, I am having some troubles with the sizing of my form. In the Form_Open VBA-code of the form I have entered Me.Width = 17600 However it doesn't seem to use that settings, and I can't find a way in vba to define the height of the form. Does any of you have a solution for this? Thanks, /...
Back
Top Bottom