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 derfloh 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 1234347584375

  1. 1234347584375

    Word Macro to put page break before #$%

    Thanks! Another quick question. Im trying to get each data block to save as a new file (as an .rtf), while keeping the original document intact. The code below is almost accurate, but i get an infinite loop. Any ideas? Sub dictation() Num = 0 Do While ActiveDocument.Range.End > 1...
  2. 1234347584375

    Word Macro to put page break before #$%

    Thanks! Another quick question. Im trying to get each data block to save as a new file (as an .rtf), while keeping the original document intact. The code below is almost accurate, but i get an infinite loop. Any ideas? Sub patient dictation() Num = 0 Do While ActiveDocument.Range.End >...
  3. 1234347584375

    Word Macro to put page break before #$%

    I am given a file every day with 50+ blocks of data that each begin with "#$%" and I need to serate each block into a new page. I tried recording a macro but no luck....this is what i have so far, but i have no idea if it is remotely correct. THANKS IN ADVANCE :) Selection.Find.ClearFormatting...

Part and Inventory Search

Back
Top