Monday 30 December 2013

Error log VBA


1. #NAME?
Example:
=cetak
using incomplete(do not list a parameter); calling a function but do not supply argument
=aloha()
calling unexist function
=aloha
calling unexist function (although with different notation)

2. #VALUE?
Example:
=mesin()
"not supplying parameters"

No comments:

Post a Comment