Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If it is improper to start a new thread because the first became too lengthy,
I apologize. The two procedure that follow should behave identically - as far as I can see - but they don't. The first puts the actual date/time into column 49 of the actual record and then proceeds to the next record (by "pressing" the control-button bnNext). The second leaves column 49 empty and proceeds to the next record. (However, a breakpoint at tbtime.value=... and a stepwise execution put the data in column 49 and then proceed.) I would like to understand what's happening! Oskar von dem Hagen Procedure 1: Private Sub cbtime_Click() rgData.Cells(1, 49).Value = Now() Call bnNext_Click End Sub Procedure 2: Private Sub LoadRecord() [...] tbtime.ControlSource = rgData.Cells(1, 49).Address() End Sub Private Sub cbtime_Click() tbtime.Value = Now() Call bnNext_Click End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
breakpoint calculation | Excel Worksheet Functions | |||
breakpoint calculation | Excel Worksheet Functions | |||
How can I enter time in Excel in 10:15:10:02 for sport timing ? | Charts and Charting in Excel | |||
time/timing/breakpoint | Excel Programming |