Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have the following UDF which works when I call it from the debug window
but not on a sheet. Any ideas? Public Function GetRole(sRole As String) As Long Debug.Print "GetRole = " & GetRole GetRole = Sheets("Settings").Range("stng_Users").Find(sRole) .Row Debug.Print "GetRole = " & GetRole End Function |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
customizing debug pop up window | Excel Discussion (Misc queries) | |||
Works fine in debug, but... | Excel Programming | |||
Macro Works but not in Debug Step mode | Excel Programming | |||
Excel 2000 Code works except in debug mode | Excel Programming | |||
Macro sends Excel file by Outlook - works in debug - not realt | Excel Programming |