Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 06-20-2014, 11:25 PM
shilabrow shilabrow is offline How to Insert more criteria in Macro Windows Vista How to Insert more criteria in Macro Office 2007
Advanced Beginner
How to Insert more criteria in Macro
 
Join Date: Apr 2014
Posts: 45
shilabrow is on a distinguished road
Default How to Insert more criteria in Macro

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
Reply With Quote
 



Similar Threads
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
How to Insert more criteria in Macro Error on macro to insert endnotes on Mac mbk Word VBA 11 12-20-2012 01:03 AM
Macro to insert new page... samanthaj Word 17 01-31-2012 01:53 PM
How to Insert more criteria in Macro Macro for Picture Insert rfhall50 Word VBA 2 10-25-2010 12:41 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 09:42 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft