Mar 17, 2010 #1 ThereUare Programmer Joined Oct 16, 2007 Messages 16 Location US Does anyone have code to have a Dialog box open and give the user a way to pick multiple Word Docs. Then after they pick them it will run a macro. Any code snippets would help.
Does anyone have code to have a Dialog box open and give the user a way to pick multiple Word Docs. Then after they pick them it will run a macro. Any code snippets would help.
Mar 17, 2010 #2 macropod Technical User Joined Mar 9, 2004 Messages 3,045 Location AU Hi ThereUare, Have you tried using the Search function here at Tek Tips? Cheers [MS MVP - Word] Upvote 0 Downvote
Mar 18, 2010 #3 fumei Technical User Joined Oct 23, 2002 Messages 9,349 Location CA Hint: For Each Item In .SelectedItems Gerry Upvote 0 Downvote