Hello,
I want to making a log file (log.xls) where the follow
information is:
Starting time + day, example 15:07 20-02-2006, when starting test.xls.
Who knows?
mulderm
Hello,
I have using AC 110V Output module's for a PLC/5 system.
Now I have Optocoupler's connected to this Output's.
Problem is that when a Output is Low ("0") the Optocoupler
is activate.
Measuring the Output without a load gives a 70V AC signal when the Output is Low ("0").
How can this...
Thank you for the information Artecerv.
The pulses during On are greater then the program scan.
So I will using a detection edge with a latch function.
Greetings,
mulderm
Hello,
I use a PLC/5 and RSLogix5 software.
How Can I detect a input pulse (I:00/00) with some program-code?
The pulse that I must detect is a false to true and
then from true to false type.
mulderm
Hello,
I have a form with a Combobox and the follow code:
Private Sub Form_Load()
Dim bestand As String
Dim lijst As String
Dim pad As String
pad = "c:\bal"
bestand = Dir(pad & "NN*.xls")
Do Until bestand = ""
lijst = lijst & bestand & ";"
bestand = Dir()
Loop...
Hello,
In Access I have the follow VBA-code:
sub test()
Dim ex as New Excel.Application
ex.DisplayAlerts =False
ex.Workbooks.Open "c:\test.xls
ex.Range("A1").value= "Example"
ex.ActiveWorkbook.Save
ex.Quit
ex.DisplayAlerts = True
Set ex = Nothing
End Sub
If Excel is get starting and the...
Hello,
How can I detect data input in an Excel-sheet when I have
1945 Excel-files?
I must have the name of the Excel-file where the data is
input.
I have a machine wich send data (in C++) in an Excel-file
one of the 1945 product-numbers files.
With a macro in the Personal Workbook?
mulderm
Hello,
When I starting an Access-database I want every second
starting a sub-procedure in the module.
I know that that there is a timer-event in a form but
this means that the form must be open.
I want to start this code every 1 sec when the database
is open.
I am using this for looking data in...
Hello,
I want a Visual Basic 6.0 program to make the
following handling:
Every week on Sunday morning on 10.00 hour a.m.
the program must delete the files on directory
c:\data.
Who can help me?
Greetings,
mulderm