S
singeredel
Can anyone tell me what is wrong with this code? I am trying to pass the
value of the option button as yes (or no) to a userform. The spin button
values pass, but not the option button value.
With Normal.ReportFormQTCTest
optQuadisYes.Value = True
.spnScheduleDateMonth.Value = 3
.spnScheduleDateDay.Value = 8
.spnScheduleDateYear.Value = 2005
.cmbClinicLocation.Value = "010"
.cmbDoctorName.Value = "Bleecker"
.cmbClinicName.Value = "QTC"
.Show
End With
Thanks!
value of the option button as yes (or no) to a userform. The spin button
values pass, but not the option button value.
With Normal.ReportFormQTCTest
optQuadisYes.Value = True
.spnScheduleDateMonth.Value = 3
.spnScheduleDateDay.Value = 8
.spnScheduleDateYear.Value = 2005
.cmbClinicLocation.Value = "010"
.cmbDoctorName.Value = "Bleecker"
.cmbClinicName.Value = "QTC"
.Show
End With
Thanks!