This code is periodically crashing excel when a user doesn't save a workbook.
Sub FillLog(uName)
Option Explicit
uName = Environ("UserName")
Sheets("Values").Cells(10, 43) = uName
End Sub
I ran the "Compile VBA Project" from the debug menu and it gave me an error or "invalid inside...