Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Lothario wrote:
I still need help with this VBA script. Can you please help? Something like this - but you may need to adjust the bit about the criteria - not sure if I have understood your requirement With ASheet.Range("A1").CurrentRegion .AutoFilter .AutoFilter 3, BSheet.Range("C5").Value .Offset(1).SpecialCells(xlVisible).Copy BSheet.Range("D9").PasteSpecial xlValues Application.CutCopyMode = False .AutoFilter End With Bill Manville MVP - Microsoft Excel, Oxford, England No email replies please - reply in newsgroup |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Simple Macro - I think... Copy - Paste on Click | Excel Discussion (Misc queries) | |||
Line copy - Not just a simple copy paste | Excel Worksheet Functions | |||
Help! What's wrong with this simple copy and paste | Excel Programming | |||
Simple copy and paste | Excel Programming |