E
eduardovieira
Hello, until recently I had been using a macro like this and never have had a
problem. Now something has really gone crazy. The macro is this:
Sub ColarLink()
'
' Pastes links in the next spreadsheet
'
' Keyboard Shortcut: Ctrl+j
'
Selection.Copy
ActiveWindow.ActivateNext
ActiveSheet.Paste Link:=True
End Sub
Now. It works the first time. Then when I do it again it activates "trace
precedents and dependents" and doesn't paste the link properly.
I'm using this macro to paste cells from an xls spreadsheet to another xlsx
spreadsheet.
problem. Now something has really gone crazy. The macro is this:
Sub ColarLink()
'
' Pastes links in the next spreadsheet
'
' Keyboard Shortcut: Ctrl+j
'
Selection.Copy
ActiveWindow.ActivateNext
ActiveSheet.Paste Link:=True
End Sub
Now. It works the first time. Then when I do it again it activates "trace
precedents and dependents" and doesn't paste the link properly.
I'm using this macro to paste cells from an xls spreadsheet to another xlsx
spreadsheet.