Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hi Himansu You put the line in the wrong place. You copied data onto the clipboard, and then effectively cancelled it with the CutCopyMode = False statement. Using your code, I switched the lines around a bit to give me this: Columns("A:A").Select Cells.Select Selection.Copy Range("A1").Select ActiveSheet.Paste Application.CutCopyMode = False ' added 12/05/05 12:05 PM EST ActiveWindow.Close which works without a hitch. HTH DominicB -- dominicb ------------------------------------------------------------------------ dominicb's Profile: http://www.excelforum.com/member.php...o&userid=18932 View this thread: http://www.excelforum.com/showthread...hreadid=490783 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2003 Clipboard Question | Excel Discussion (Misc queries) | |||
Clipboard empty but still get waring that clipboard is full | Excel Discussion (Misc queries) | |||
Clipboard Question | Excel Programming | |||
Clipboard question | Excel Programming | |||
My last week question: how delete the Office Clipboard (XP) | Excel Programming |