Search results

  1. S

    Opening .csv files sequentially using VBA

    can you give me the codes? I do not have knowledge of those methods.
  2. S

    Opening .csv files sequentially using VBA

    Hi Guys, I have been modifying a program but somehow I'm stuck. Here's the program: Dim g As Integer g = 0 Do g = g + 1 Select Case g Case 1 Workbooks.Open Filename:="C:\File directory\Log\P" & i & ".csv" Case 2 Workbooks.Open...
Back
Top Bottom