Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is it possible to copy a column (or range) of data, remove all the
blank cells and paste the results into another column (or range) without using the clipboard? So far I am using the following, but I am trying to avoid the clipboard to save time. Application.ScreenUpdating = False Range("S5:S2000,T5:T2000").ClearContents Range("Q5:Q2000,R5:R2000").SpecialCells(xlCellType Formulas, 1).Copy Range("S5:T5").PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _ :=False, Transpose:=False Application.Calculate Application.ScreenUpdating = True thanks in advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing blank cells | Excel Discussion (Misc queries) | |||
SAP to Excel. Removing blank cells HELP!!!! | Excel Discussion (Misc queries) | |||
Removing blank cells... | Excel Discussion (Misc queries) | |||
Removing blank cells | Excel Worksheet Functions | |||
Removing blank cells in a column | Excel Worksheet Functions |