Hi,
I am trying to write some VBA to paste links between workbooks. However, I am stumped:-
what am I doing wrong ? thanks
Kaps
I am trying to write some VBA to paste links between workbooks. However, I am stumped:-
Code:
questionnaire.Sheets("section " & cell_txt1).Range("d" & next_blank_line).Copy
questionnaire.Sheets("Summary").Range("c" & summary_sheet_next_blank_line).PasteSpecial , link:=True
what am I doing wrong ? thanks
Kaps