• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Recent content by exllearner

  1. E

    i want to know how line input function works when open text file....

    Dim MyString, MyNumber Dim I, J, K, S As String Dim f As Variant file = Application.GetOpenFilename("", 0, _ "Select ZEEI Log file", "", 0) Open file For Input As #1 Sheets("ZEEI").Select Cells.Clear With Application .Calculation = xlManual .MaxChange = 0.001 End With...
  2. E

    i want to know how line input function works when open text file....

    plz provide good example when text file open in vb to processed
Back
Top