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 SkipVought 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. PanfTeach

    Need help with Macro in MS Word 2007

    macropod, When I tested out your macro, it didnt do anything. I just sort of ran without an error, but nothing popped up. I feel as if we are on to something though, this would be a huge time saver for me, and I would owe you guys big time, so please dont give up. thanks
  2. PanfTeach

    Need help with Macro in MS Word 2007

    michaelbr55, on your suggestion it is erroring out on. s.Compare(myfile,CompareTarget:=Word.WdCompareTarget.wdCompareTargetSelected, _ DetectFormatChanges:=True, AddToRecentFiles:=False)
  3. PanfTeach

    Need help with Macro in MS Word 2007

    Here is what I am trying to do in more detail. You have a word document that is named (for example), "key1.doc". Your students hand in 20 papers, that need to be graded via folders that I save on my flash drive. What I do is, I open Word 2007, and click the Compare option at the top. This...
  4. PanfTeach

    Help with Word Macro build.

    Here is an example of the Macro I have gotten ActiveDocument.Merge FileName:= _ "F:\Grade\214-7\214-7-3\MLA Reports\packet 1\Report 3.doc", MergeTarget:= _ wdMergeTargetSelected, DetectFormatChanges:=True, UseFormattingFrom:= _ wdFormattingFromPrompt...
  5. PanfTeach

    Help with Word Macro build.

    Skip, Thanks for the quick response. Here is what I am trying to do in more detail. You have a word document that is named (for example), "key1.doc". Your students hand in 20 papers, that need to be graded via folders that I save on my flash drive. What I do is, I open Word 2007, and...
  6. PanfTeach

    Help with Word Macro build.

    Hey guys, I am a bit rusty after a career change, so I am looking for some assistance with this. What I am trying to do is in Word 2007 they have a Compare Feature, that I am trying to use, to compare around 20-25 documents at a time. So the way it works is, you have 1 main KEY document, that...

Part and Inventory Search

Back
Top