Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
2003
Have played with the following VBA code arguments but all seem to give same result whether included or excluded: Cells.Find( _ What:="*", _ after:=ActiveSheet.Cells(1, 1), _ LookIn:=xlFormulas, _ lookat:=xlWhole, _ SearchDirection:=xlPrevious, _ SearchOrder:=xlByRows) _ .Row What is the minimum set of arguements to always fine the last used row? Why does not appear to make any difference to the end result, if I include or exclude the following - what am I missing? after:=ActiveSheet.Cells(1, 1), _ LookIn:=xlFormulas, _ lookat:=xlWhole, _ SearchDirection:=xlPrevious, _ SearchOrder:=xlByRows) _ .Row Thanks, EagleOne |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Format as a MACRO | Excel Worksheet Functions | |||
creating a bar graph | Excel Discussion (Misc queries) | |||
Lookup Table Dilemma | Excel Worksheet Functions | |||
How to find which column or row the Min() value is coming from | Excel Discussion (Misc queries) | |||
need to find which numbers (3+) in a column sum to a value | Excel Discussion (Misc queries) |