Thanks mark i tried the following and debug show nothing
VB Code:
Private Sub Command1_Click() Dim strText As String Open App.Path & "\00000712.log" For Input As #1 strText = Input(LOF(1), #1) Debug.Print strText Close #1 End Sub
|
Results 1 to 7 of 7
Thread: Optimise this code InstrHybrid View
|
Click Here to Expand Forum to Full Width |