Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In my spreadsheet i named fields "company" "ncompany" and they are one down
from each other. I have a number of fields i am trying to test but got an error. this is the macro so far. if anyone could help please let me know. If Range("EXPENSET") = Range("NEXPENSET") & Range("RECDATE") = Range("NRECDATE") & Range("AMT") = Range("NAMT") & Range("EXPENST") < "TOLLS/BRIDGES" & Range("DATESUBMIT") < Range("NDATESUBMIT") Then Range("EXPENSET").Select ActiveCell.Offset(1, 0).Rows("1:1").EntireRow.Select Selection.copy Application.Goto REFERENCE:="FIRSTCHECK" ActiveSheet.Paste |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Multiple IF Statements | Excel Discussion (Misc queries) | |||
Multiple IF statements looking up multiple ranges. | Excel Worksheet Functions | |||
Multiple if statements I think | Excel Worksheet Functions | |||
Multiple if statements with multiple conditions | Excel Discussion (Misc queries) | |||
Multiple If/Or Statements | Excel Worksheet Functions |