For some reason this doesn't seem to be working. Any ideas?
VB Code:
Private Sub cboImageType_Change() Select Case cboImageType.Text Case "Regular": cboImageProp.Text = lblsRegular.Caption Case "Hyperlink": cboImageProp.Text = lblsHyperlink.Caption Case "Rollover": cboImageProp.Text = lblsRegular.Caption End Sub




Reply With Quote