G
g
Word 97, Windows XP Home
I use the macro recorder to automate various tasks. I don't hand edit
the macros, except to remove a line here and there. I made a macro to
insert a Word file that has many links from an Excel sheet. The Word
file is a report, displaying noise data in a client-friendly format. We
prepare a report, then lock the linked data and save it for that client
so the report won't be changed when another client's data is loaded
into Excel.
I can't get the macro to record the "links..." commands. I just ran the
macro recorder and did the following:
------------------------
EDIT
Links...
Shift-End (to select all links)
Click "Locked"
Click OK
Stop recording
----------------------------
Yet this is what was recorded (nothing)
--------------------
Sub LockLinks()
'
' LockLinks Macro
' Macro recorded 04/14/06 by Greg Guarino
'
End Sub
I use the macro recorder to automate various tasks. I don't hand edit
the macros, except to remove a line here and there. I made a macro to
insert a Word file that has many links from an Excel sheet. The Word
file is a report, displaying noise data in a client-friendly format. We
prepare a report, then lock the linked data and save it for that client
so the report won't be changed when another client's data is loaded
into Excel.
I can't get the macro to record the "links..." commands. I just ran the
macro recorder and did the following:
------------------------
EDIT
Links...
Shift-End (to select all links)
Click "Locked"
Click OK
Stop recording
----------------------------
Yet this is what was recorded (nothing)
--------------------
Sub LockLinks()
'
' LockLinks Macro
' Macro recorded 04/14/06 by Greg Guarino
'
End Sub