Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Pasting Link problem

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


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default Pasting Link problem

On Mar 26, 3:36*pm, Coby wrote:
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


The Code dies at "ActiveSheet.Paste link:=True

I was wondering if perhaps the clipboard is full as my Kernel Memory
in the task manager shows
Total: 139100
Paged: 126864
Nonpaged 12216

And prior to the lines shown I have done a lot of copying and pasting.

Anyhow, I am stumped.
Thanks for your help.

Coby.
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Pasting HTTP 'without' it being a clickable link?? Robert Blass Excel Worksheet Functions 2 September 26th 08 10:52 AM
pasting a link Lance Excel Programming 1 February 25th 08 10:14 PM
Pasting link in row as column V.Jeyakumar Excel Discussion (Misc queries) 1 January 5th 07 03:28 PM
Pasting formulas without the link help [email protected] Excel Discussion (Misc queries) 1 August 30th 06 08:21 PM
need help on pasting link if certain cells blank [email protected] Excel Programming 1 July 8th 06 10:40 PM


All times are GMT +1. The time now is 10:26 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"