Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I use the UDF below to find the value of the last cell in a certain column.
But I use this function in many worksheets which will be sent do many people. I want to avoid the attachment of the function in each worksheet and also to avoide the use of .XLA. Is there a way to have the same results only with worksheet functions in a way that any standard Excel could calculate? Function ultima(col As Integer) As Variant Application.Volatile If Cells(65536, col) = "" Then ultima = Cells(65536, col).End(xlUp).Value Else ultima = Cells(65536, col).Value End If End Function -- Rogerio Takejame Americana - Sao Paulo - Brazil |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel worksheet functions. | Excel Worksheet Functions | |||
How to get the complete list Excel Worksheet Functions | Excel Worksheet Functions | |||
Worksheet functions | New Users to Excel | |||
Worksheet functions - Ajit11021225 | Excel Discussion (Misc queries) | |||
Indirect reference from one worksheet to another | Excel Worksheet Functions |