Home |
Search |
Today's Posts |
#9
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
In article , smartin
writes HI BTW Would it be an easy amendment for the routine to operate directly on the column where the cursor is , rather than ask for an input letter at the beginning? It would be useful in some circumstances if it just assumed that the column where the cursor is is the one to be worked on. That's all , I promise. Best Wishes Colin Replace this: TheColumn = InputBox("Which column?") With this: TheColumn = Left(OriginalCell, _ InStr(2, OriginalCell, "$") - 1) Hi OK that's perfect - working great. Thanks again. ^_^ Best Wishes Colin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Find the number of the lowest filled row | Excel Worksheet Functions | |||
find lowest number and return it's adjacent cell | Excel Worksheet Functions | |||
How to find the lowest number of a row and delete it automatically | Excel Discussion (Misc queries) | |||
find the lowest value in a row and add a number to it | Excel Worksheet Functions | |||
how do i find the lowest number in a column in Excel? | Excel Discussion (Misc queries) |