I run this code on Worksheet.change.
That includes when VBA runs some macros.
How can I tell the Worksheet only to check by userkeystrokes
My code:
If IsCapsLockOn = False Then
MsgBox "Du skal skrive med store bogstaver." & vbln _
& "Slå [Caps Lock] til"
End If
"akyhne" skrev:
	
	
		
		
			Works great!
thanks 

)
"Tom Ogilvy" skrev: