Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Try this: application.screenupdating = false Application.isaddin = false ThisWorkbook.Sheets("Sheet1").Range("A1").Copy ThisWorkbook.Sheets("Sheet2").Range("B2").PasteSpe cial _ xlPasteValues, skipblanks:=true application.isaddin = true application.screenupdating = true Hope this work -- Abh ----------------------------------------------------------------------- Abhi's Profile: http://www.excelforum.com/member.php...fo&userid=1585 View this thread: http://www.excelforum.com/showthread.php?threadid=27328 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Pasting on Filtered Data Sheets without pasting onto hidden cells | Excel Discussion (Misc queries) | |||
Pasting numbers and formulas without pasting format. | Excel Discussion (Misc queries) | |||
Remove Excel AddIn from AddIn List !! Help | Excel Programming | |||
AddIn | Excel Programming | |||
AddIn | Excel Programming |