![]() |
#1
|
|||
|
|||
![]()
I have the following macro below and I want to add more criteria into it. The criteria is:
For fieldName (Activity) in the Sheet, whenever it sees 4 under Activity field should change number to Book, 5 to Elephant, 6 to Hunter and so on. This way, am able to Filter and change Activity name all together when I run the code. All help appreciated. Thanks much! Sub Prices() 'Prices Macro ' Selection.AutoFilter ActiveSheet.listObjects("MyDatabse"). Range._ Autofilter Field:=4, Criteria1:="=yes", Operator:=xlOr, Criteria2:="=" ActiveSheet.ListObjects("MyDatabase").Range._ AutoFilter:=6, Criteria1:="=Complete", Operator:=xlOr,Criteria2_ :="=" Cells.Select Selection.Copy Sheets("Result").Select Range("A1").Select ActiveSheet.Paste End sub |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Macro to insert Text | Morte | Excel Programming | 1 | 03-04-2014 04:33 PM |
MACRO - Insert row based on Form Field Criteria | Elan05 | Word VBA | 5 | 04-16-2013 06:39 AM |
![]() |
mbk | Word VBA | 11 | 12-20-2012 01:03 AM |
Macro to insert new page... | samanthaj | Word | 17 | 01-31-2012 01:53 PM |
![]() |
rfhall50 | Word VBA | 2 | 10-25-2010 12:41 PM |