Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I have this formula in a cell: ="Summary for " & VLOOKUP(UserName(),'Sheet1'!B34:C100,2,FALSE) The UserName() Function is this, which is in a seperate module: Function UserName() As String UserName = Environ("UserName") End Function The problem is when the user opens the file the formula doesnt work. I have tried ActiveSheet.calulcate or a macro to re-enter the formula but it doesnt work. The only way it works is for the user to click in the cell and press enter, then it updates with the correct username. Does anyone know how to programatically fix this? Many thanks in advance. Martin |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Data Validation lists update orginal cell with list update | Excel Worksheet Functions | |||
Update Excel cell in formula not refreshing answer cell | Excel Discussion (Misc queries) | |||
auto-hide rows, cell format (# and @), update cell refs, shade cel | Excel Discussion (Misc queries) | |||
Populating Last Saved Date in Cell AND also update that same cell in Header | Excel Discussion (Misc queries) | |||
Copy cell format to cell on another worksht and update automatical | Excel Worksheet Functions |