Hi. I've been trying to set up a macro that writes a preset sentence, but pauses in the middle to allow user input without using the InputBox.
The end result should look like this: "Warranty Deed from ABC, Inc. to XYZ, Inc., dated 12/4/99, filed 1/5/2000, recorded in Deed Book 10324, page 132, aforesaid records."
For now, all fields, Grantor, Grantee, Dated, Filed, Book, and Page, just need to be strings with no specific number or date formatting.
The interaction should be something like:
Word Writes -- > "Warranty Deed from "
Word Stops, User Writes -- > "ABC, Inc."
User Presses Enter
Word Writes -- > " to "
Word Stops, User Writes -- > "XYZ, Inc."
User Presses Enter
Word Writes -- > ", dated "
etc, etc.
I have written a macro that uses InputBoxes and accepts all the fields first, then spits the whole thing out. We are working on moving from WordPerfect 6.0 (ouch) and it would be nice to recreate the general feel of the current macros that we use, where the macro stops and waits for input before continuing, without creating a popup form.
Please let me know a way to set up this Pause/Resume feature, or let me know specifically if it cannot be done.
Thanks,
Paul
The end result should look like this: "Warranty Deed from ABC, Inc. to XYZ, Inc., dated 12/4/99, filed 1/5/2000, recorded in Deed Book 10324, page 132, aforesaid records."
For now, all fields, Grantor, Grantee, Dated, Filed, Book, and Page, just need to be strings with no specific number or date formatting.
The interaction should be something like:
Word Writes -- > "Warranty Deed from "
Word Stops, User Writes -- > "ABC, Inc."
User Presses Enter
Word Writes -- > " to "
Word Stops, User Writes -- > "XYZ, Inc."
User Presses Enter
Word Writes -- > ", dated "
etc, etc.
I have written a macro that uses InputBoxes and accepts all the fields first, then spits the whole thing out. We are working on moving from WordPerfect 6.0 (ouch) and it would be nice to recreate the general feel of the current macros that we use, where the macro stops and waits for input before continuing, without creating a popup form.
Please let me know a way to set up this Pause/Resume feature, or let me know specifically if it cannot be done.
Thanks,
Paul