Skriv i frame
Hvordan for jeg label IND i framen??Set oCtl = Me.Controls.Add("Forms.frame.1", Visible)
With oCtl
.Left = 96
.Top = 90
.Height = 12
.Width = 252
.Caption = ""
End With
Set oCtl = Me.Controls.Add("Forms.Label.1", "ToptekstPlads", Visible)
With oCtl
.Left = 20
.Top = 90
.Height = 12
.Width = 100
.Caption = Range("a" & c.Row).Value
End With
