In Word 2010 I want to add text to a document, bookmark this text and then cross reference this text in the header and footer of the document.
Can this be recorded or will I have to code it?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes it is possible.
Yes you can record in Word – allthough with some limitations as you can’t navigate thru your text by mouse when in recording mode; the generated code will be ugly and full of "hard coding" but will give you an impression which objects, methods and properties might be relevant..
If you want a solution that is a bit more sustainable than a one-off, proper coding surely is the way to go. You should make friends with the following in order to solve your task:
GoTo,Moveand its variantsSelection.InsertCrossReference ReferenceType:="Bookmark" ...)Try some coding and come back with more sopecific questions if you get stuck.