COPA advanced excel concepts Page-11 Question Bank

51.  Which simplifies the work to be eliminating or rewriting the code in VBA?
VBA में कोड को समाप्त करने या फिर से लिखने के लिए कौन कार्य सरल करता है?  [Bharat Skill QB]

(A) Class
 क्लास
(B) Object
 ऑब्जेक्ट
(C) Macros
 मैक्रो
(D) Functions
 फंक्शन

52.  Which type of variable can be accessed or used by subroutines outside the modules in VBA?
VBA में मॉड्यूल के बाहर सब-रूटीन द्वारा किस प्रकार के वेरिएबल को एक्सेस या उपयोग किया जा सकता है?  [Bharat Skill QB]

(A) Static
(B) Private
(C) Protect
(D) Public

53.  Where there is no difference between dim and private in VBA?
जहां VBA में Dim और Private के बीच कोई अंतर नहीं है?  [Bharat Skill QB]

(A) Local scope
 लोकल स्कोप
(B) Module scope
 मोड़यूल स्कोप
(C) Global scope
 ग्लोबल स्कोप
(D) Project scope
 प्रोजेक्ट स्कोप

54.  Which method is used to pass the reference to the arguments?
आर्गुमेंट्स के रिफरेन्स को पास करने के लिए किस पद्धति का उपयोग किया जाता है?  [Bharat Skill QB]

(A) Ref
(B) Val
(C) Reference
(D) By Ref

55.  Which function is used to check whether the given input is numeric or Not in VBA?
किस फंक्शन का उपयोग यह जांचने के लिए किया जाता है कि दिया गया इनपुट न्यूमेरिक है या नहीं, VBA में है?  [Bharat Skill QB]

(A) Numeric()
(B) Isnumber()
(C) Isnumeric()
(D) Isnum()