50 Excel VBA Oral Interview Questions - MS Excel VBA & VSTO Macros, Functions, Tutorials & Downloads
Solution: i) The Boolean data type has only two states, True and False. These types of variables are stored as 16-bit (2 Byte) numbers, and are usually used for flags. ii) The Byte data type is an 8-bit variable which can store value from 0 to 255. iii) T...