I created a macro that cleans up text for import into another document. After I paste the text which will be cleaned up, I need to move the cursor to the top of the file in order for part of the macro to work. Is there any way I can write the macro to record the cursor moving to the top of the page? Currently, I can't do this: I record the action but it doesn't take effect when I run the macro.
Any advice is much appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
It seems the macro only record the action of keyboard.
If you need the cursor go to the top of the file you can use the key combination "Ctrl+Home".
I always use this to back to the begin of one file.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I created a macro that cleans up text for import into another document. After I paste the text which will be cleaned up, I need to move the cursor to the top of the file in order for part of the macro to work. Is there any way I can write the macro to record the cursor moving to the top of the page? Currently, I can't do this: I record the action but it doesn't take effect when I run the macro.
Any advice is much appreciated.
It seems the macro only record the action of keyboard.
If you need the cursor go to the top of the file you can use the key combination "Ctrl+Home".
I always use this to back to the begin of one file.