Hi,
I am sorry for poor programming skill.
I have a form. Inside, I declared a global variable loginflag, the initial value is false, when users login, the value becomes true.But when I accessed...
I have one laser machine connects with the pc by serial port, by using SerialPort class in C#, I can get the energy data of it,how can I use these data to plot the graph in real time?...
I have one Form in which has two textboxes, when the value of one textbox is changed, the other one also been changed immediately.how can I do that?
Thanks.
Thank you. Maybe I not state clearly, my meaning is that I have one list, says, 10,12,15,20,32 and so on, I just want to generate one random number from this list everytime, how can I do that?
Private Sub Workbook_SheetChange(ByVal Sh As Object, ByVal Target As Range)
Dim x
For x = 1 To 1000
If Cells(1, 1) <> "" Then
Cells(2, 1) = "hi"
End If
If Cells(2, 2) <> "" Then
Cells(3, 2) =...
I have a lot of rows in the data grid, printform just can print what be showed on the screen, can I print out all those data out just like the EXCEL in VB Form? means it maybe print out 2 pages or...