Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
thanks!! that did the trick..
"Jef Gorbach" wrote in message ... The below suggestion uses autofilter to only show those rows where column(M) is nonblank, then copy all of the visible rows to your destination. You didn't specify,so I showed how to page it on sheet2 starting at cell A1. sub filtercopy() Cells.AutoFilter Field:=13, Criteria1:="<" Cells.SpecialCells(xlCellTypeVisible).Copy _ Destination:=Worksheets("Sheet2").Range("A1") Application.CutCopyMode = False Selection.AutoFilter end sub Good luck, have fun, and let me know if/how I can be of further assistance. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
security constraints when you a excel scripting macro? | Excel Programming | |||
VBA scripting | Excel Discussion (Misc queries) | |||
Is scripting the way to go here? | Excel Programming | |||
VB Scripting/Macro - Filling/Editing Worksheet References | New Users to Excel | |||
5.6 Scripting | Excel Programming |