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 Rhinorhino 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 BeckyMack

  1. BeckyMack

    MS Word VBA Memo Field Truncating w Concatenation

    I'm also dealing with an issue where if I try to concatenate text to a memo field, the memo field is truncated as I try to send the data to a Word file. This is kind of a known issue and my only solution at the moment is to export said memo field to an RTF file, copy and paste it to a bookmark...
  2. BeckyMack

    Word VBA - Inserting a Paragraph into an Existing Outline

    The following code works just fine for looping through a recordset in MS Access and outputting data to a specific bookmark in an MS Word file. This could output one memo field or several depending on openrecordset finds. The problem is that the paragraphs are getting inserted to a specific...
  3. BeckyMack

    insert page break above every string in MS Word

    I don't see my last post that said thank you for all the help. I'm not sure what happened to it but that did help. I also stopped connecting to word.application and connected to word.document.8 and that appears to be working better. I have one final question that will hopefully finish off...
  4. BeckyMack

    insert page break above every string in MS Word

    I'll run it by management but our clients are very set in their ways and I'm not sure they'll go for that since these were Word Perfect reports that I'm converting. If there are any other options I'd love to hear about it. It's 150 reports all going to different users so that requires a lot of...
  5. BeckyMack

    insert page break above every string in MS Word

    I'm in MS Word VBA. I'm looping through documents and folders to open a Word file and then apply formatting (margins etc). This all works fine. But the documents are disorganized downloads from a mainframe where the headers for sections are halfway between pages etc. I'd like to be able to...

Part and Inventory Search

Back
Top