Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JAZPpl

    Refresh Form / Text box

    JAZPpl (TechnicalUser) Sep 9, 2004 I took it out and it still the same (see code below) For i = 0 To Datapoint - 1 'ApplicationStatusBar = i Sheets("LogFile").Range("T20") = i 'Application.ScreenUpdating = False The content of...
  2. JAZPpl

    Refresh Form / Text box

    I took it out and it still the same (see code below) For i = 0 To Datapoint - 1 'ApplicationStatusBar = i 'Sheets("LogFile").Range("T20") = i 'Application.ScreenUpdating = False The content of the text box only appears when the I...
  3. JAZPpl

    Refresh Form / Text box

    Hello Everybody, I am running a code which takes a couple of minutes to compute and I would like the user to see what is going on. I want to avoid to put a process bar as I know it will slow the code even more. I have put an application.StatusBar with one of the loop but the form is...
  4. JAZPpl

    Open endless number of file - Excel Automation

    Zathras, I have amended your code however it will oven the file as an excel file but what I need to use is the Workbooks.OpenText structure instead of Workbooks.Open. When doing so there is an error message. So the code has changed and looks like: Set WKB =...
  5. JAZPpl

    Open endless number of file - Excel Automation

    Zathras, Thanks, the code looks perfect for what I want to do but is there a way to avoid using the Const FILE_PATTERN = "ABC*.xls" and use any file with extension say *.txt within the working directory ? Something like the following lines (I have copied this from a book) Dim Fname as String...
  6. JAZPpl

    Open endless number of file - Excel Automation

    Hello all, I am trying to automate excel to open n number of file into a directory. The target is to open all the *.txt file which are in a directory, then grab a couple of values and copy them into an output *.xls file then open the next *.txt file and son on. The following sub does the job...
  7. JAZPpl

    Automate how to open several files in excel

    Hi, I am trying to automate the opening of 1000 of excel spreadsheet. Each spreadsheet say is named as 120500,120501..120599 The aim is to open each of these file in a loop and pick some of the values in each of the spreadsheet. Then after the file is open and the data extracted the file as to...

Part and Inventory Search

Back
Top