C
C Brehm
Have the following code that works fine
Worksheets("daily").LBClerk1.Value = .Range("s" & rc).Value
Worksheets("daily").LBClerk2.Value = .Range("t" & rc).Value
LBClerk1 and 2 are listboxes.
While the value is set correct the boundvalue is not.
How do I set the boundvalue so the right value will show on the worksheet?
Worksheets("daily").LBClerk1.Value = .Range("s" & rc).Value
Worksheets("daily").LBClerk2.Value = .Range("t" & rc).Value
LBClerk1 and 2 are listboxes.
While the value is set correct the boundvalue is not.
How do I set the boundvalue so the right value will show on the worksheet?