Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
HI everyone
I am running a loop that gathers information from one workbook to another. I get a message asking if I want to save the inforamtion on the clipboard for further use. I don't want to save this information so how can I stop this from happening For x = 0 To m = b - bb = Format(m, "yyyymmdd" Sheets.Ad ActiveSheet.Name = b Range("A1").Selec Set mybook = Workbooks.Open("Test - " & bb) Sheets("Test1").Activat Columns("b:f").Selec Selection.Cop Windows(newbook).Activat Selection.PasteSpecial Paste:=xlValues, operation:=xlNone, skipblanks:= False, Transpose:=Fals mybook.Close Fals Here is a portion of the loop that is causing the information to be placed on the clipboard. Is it possible to clear it with the pastspecial formula Thank you for any insight you may have Tom |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Why does it clear my clipboard? | Excel Discussion (Misc queries) | |||
Clear Clipboard after Copy | Excel Discussion (Misc queries) | |||
Clear Clipboard in VB | Excel Programming | |||
Clear Clipboard | Excel Programming | |||
Clear clipboard | Excel Programming |