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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by pedro404

  1. pedro404

    tracking deletions with VBA code

    hi guys I need to be able to isolate the deletions and accept them while running a macro What I am doing is comparing two documents, looping through to find the changes and then counting the characters everything is fine except it is also counting the deletions so I was wondering if anyone knows...
  2. pedro404

    problem with finding last cell

    the following piece of code is incorporated into an app that automatically scans through a series of folders for new data, each time that it finds it it places it into a txt document where excel picks it up. the problem is that it only works for the first sheet then it returns an error (Runtime...
  3. pedro404

    [B]ComputeStatistics(wdStatisticlines) help!!!! [/B]

    is there anybody out there familiar with the syntax used for the computestatistics facility. i have searched quite a lot but found only fleeting references to it . thanks in advance pedro404
  4. pedro404

    Bug in xp word 2002 properties?

    hi does anyone know if there is a bug in xp office (word 2002) there seems to be a disparity between the wordcount within the document and the properties box of the file. if this is a MS bug are there patches to cure it? thanks pedro404
  5. pedro404

    looking for a string match within larger string

    hi im linking filenames which has been saved in a excel sheet to other documents whose filenames contain the first filename (minus the extension) i need to figure out how to compare a short string with a longer one which contains the 1st string somewhere within it, but the location within the...
  6. pedro404

    comparing partial matches (in filenames) to merge data

    hi does anyone know an easy way of comparing the filenames in seperate directories. i have information from audio files (.dss) from which i am taking the filesize and filename from and placing them in an excel sheet. i need to join that with the information in a (.doc)file and post this...
  7. pedro404

    get wordcount from Word to insert in Excel using vb6

    thanks to both of you i tried the MS DSOFile.exe first and found all the info i needed i think vb5prgrmr deserves a star for that. cheers pedro404
  8. pedro404

    adding columns to an excel sheet from vb6

    cheers rdroske that worked a treat, thanks a lot pedro404
  9. pedro404

    get wordcount from Word to insert in Excel using vb6

    hi I'm building a small application which needs to open a word document to get the following information. character count, author, filesize which i then have to transfer to an excel sheet. anyone have any ideas. thanks in advance pedro404
  10. pedro404

    adding columns to an excel sheet from vb6

    hi can anyone help? i need to know how to open an existing excel worksheet within a vb6 application and add to the existing records. ie A1-D7 already there, need to add from E1 to H7. thanks in advance. pedro404
  11. pedro404

    populate excel sheet from vb6

    can anyone tell me how to populate a excel template either directly from vb6 or from a txt file generated in vb6(with commas as the delimiters in array)

Part and Inventory Search

Back
Top