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 Chriss Miller 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: *

  • Users: PStrongs
  • Content: Threads
  • Order by date
  1. PStrongs

    Any suggestions for more efficient time conversion code?

    Hi, I have written this procedure that converts decimal time (1.75) into analogue time (1hr 45 mins). It works ok, but seems a little verbose. Any suggestions for making it more efficient and shorter? Regards, Sub testString() Dim Duration As String Dim hrs As String, mins As String, totTime...
  2. PStrongs

    Split table into multiple tables

    Hi Everyone, I have a .txt file that has been exported from Business Objects. I am formatting the file as a word document and then converting the text to a table. The resulting table can be in excess of 2000 rows. Each range of data within the table is separated by a blank row. I want to split...
  3. PStrongs

    Open a new document from within the closing document

    Hi All, I have a template that a user opens and produces many 'child' documents from. Rather than the user having to save the child and then open a new parent (template) document manually every time, is there any way to fire up the template after saving the child with Document.SaveAs? I have...
  4. PStrongs

    find text in table and assign the found text to another table

    Hi, I am trying to loop through a table in a Word document to find certain text in column 1. If the text is found, the selection is extended into column 2 and both cells selected. The resultant found text is destined for another table in the same document. The destination table is just a one...
  5. PStrongs

    Delete duplicate text in a table cell

    Hi, I have a table cell that contains text from another document. The text can contain many paragraphs and some paragraphs have duplicate paragraphs within the same cell. I have tried to loop through the text to find and delete all duplicates, but without much success. To illustrate, the...

Part and Inventory Search

Back
Top