Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Glad to hear it!
--JP On Feb 13, 2:48*pm, DanO wrote: Thanks *for the code and link to help me get this working. It works prefect. "JP" wrote: In addition to Gord's suggestion, how about some VBA code to simulate a typewriter return? This would go in the sheet module for the worksheet you are using. Private Sub Worksheet_SelectionChange(ByVal Target As Range) * * If ActiveCell.Column = 8 Then ActiveCell.Offset(1, -7).Select End Sub Seehttp://www.rondebruin.nl/code.htmif you need assistance implementing. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Return column number from column header text | Excel Discussion (Misc queries) | |||
Return text in Column A if Column B and Column K match | Excel Worksheet Functions | |||
Find max value in one column and return the value of corrosponding cell in different column | Excel Worksheet Functions | |||
LOOKUP and return the column heading for IF/THEN return for False | Excel Discussion (Misc queries) | |||
URGENT -- search in string for a value in another column, if found, return value from next column | Excel Programming |