J
Jim Luedke
Excel 10.2614.2625, at least.
In a VBA module, enter:
Function x(a) As String
Fubar
End Function
Function y(b) As String
End Function
In a cell, enter:
=y(x(0))
Get taken to 'Fubar' to debug. Press <Del> to delete the offending
word. Press <F5> to continue.
Redmond app go bye-bye.
***
In a VBA module, enter:
Function x(a) As String
Fubar
End Function
Function y(b) As String
End Function
In a cell, enter:
=y(x(0))
Get taken to 'Fubar' to debug. Press <Del> to delete the offending
word. Press <F5> to continue.
Redmond app go bye-bye.
***