Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
i have the following code added to the s/s tab which does what i want but is
there a way of adding this to cell like a formula thing like vlookup?? Option Explicit Private Sub Worksheet_Change(ByVal Target As Range) If Target.Cells.Count 1 Then Exit Sub If Target.Column = 2 Then If Target.Value = "" Then Exit Sub Application.EnableEvents = False Target.Value = Worksheets("Station").Range("A1") _ .Offset(Application.WorksheetFunction _ .Match(Target.Value, Worksheets("Station").Range("StationList"), 0), 0) Application.EnableEvents = True End If End Sub thanks pete |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for markup won't change when the initial value is changed. | Excel Worksheet Functions | |||
I Need a formula to evaluate a cell with + or - values | Excel Worksheet Functions | |||
Change formula for Employee Shift Schedule template | Excel Worksheet Functions | |||
formula / code help needed | Excel Discussion (Misc queries) | |||
Is it possible to change the "result of a formula" to a "number? | Excel Discussion (Misc queries) |