Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
After running the following, how do I keep the message of "Do you want to
keep the large amount..blah blah" Yes No Cancel? Dim bk as Workbook set bk = Workbooks.Open( Filename:="C:\temp\jul 07.xls") bk.Worksheets(2).Range("B216:Y242").Copy ThisWorkbook.Activate Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False Thanks, John |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Application.CutCopyMode = False
John wrote: After running the following, how do I keep the message of "Do you want to keep the large amount..blah blah" Yes No Cancel? Dim bk as Workbook set bk = Workbooks.Open( Filename:="C:\temp\jul 07.xls") bk.Worksheets(2).Range("B216:Y242").Copy ThisWorkbook.Activate Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False Thanks, John |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thank you!
John "JW" wrote in message ups.com... Application.CutCopyMode = False John wrote: After running the following, how do I keep the message of "Do you want to keep the large amount..blah blah" Yes No Cancel? Dim bk as Workbook set bk = Workbooks.Open( Filename:="C:\temp\jul 07.xls") bk.Worksheets(2).Range("B216:Y242").Copy ThisWorkbook.Activate Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _ False, Transpose:=False Thanks, John |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to clear clipboard memory? | Excel Discussion (Misc queries) | |||
Do you wish to clear clipboard memory? | Excel Programming | |||
clearing memory /clipboard | Excel Programming | |||
Dumping Clipboard Memory | Excel Programming |