Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello.
I am having a problem using the paste method regarding pasting a link. Any help would be greatly appreciated. Here is a sample of my code: ' DURATION COLUMN Worksheets("Master Schedule").Activate Worksheets("Master Schedule").Range(Cells(M_Start_Row, "O"), Cells(M_End_Row - 1, "O")).Select Worksheets("Master Schedule").Range(Cells(M_Start_Row, "O"), Cells(M_End_Row - 1, "O")).Copy Worksheets("Operations Schedule").Activate Worksheets("Operations Schedule").Range(Cells(Op_Start_Row + 2, "O"), Cells(Op_End_Row, "O")).Select ActiveSheet.Paste link:=True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pasting HTTP 'without' it being a clickable link?? | Excel Worksheet Functions | |||
pasting a link | Excel Programming | |||
Pasting link in row as column | Excel Discussion (Misc queries) | |||
Pasting formulas without the link help | Excel Discussion (Misc queries) | |||
need help on pasting link if certain cells blank | Excel Programming |