M
March
Dear All,
I try to get a value (true/false) of option button in order to assign a
value then transfer the value to excel.
I have no idea how to correct my code below
If option1.Value = True Then ---> 'this line I don't really know how to
correct it
xApp.sheets("ExcelSheet").range("K3") = "1"
Else
xApp.sheets("ExcelSheet").range("K3") = "2"
End If
Thanks,
March
I try to get a value (true/false) of option button in order to assign a
value then transfer the value to excel.
I have no idea how to correct my code below
If option1.Value = True Then ---> 'this line I don't really know how to
correct it
xApp.sheets("ExcelSheet").range("K3") = "1"
Else
xApp.sheets("ExcelSheet").range("K3") = "2"
End If
Thanks,
March