COPA advanced excel concepts Page-12 Question Bank

56.  Which function returns specified part of a given date in VBA?
VBA में दिए गए दिनांक का कौन सा फंक्शन निर्दिष्ट भाग देता है?  [Bharat Skill QB]

(A) Day()
(B) Datevalue()
(C) Datediff()
(D) Datepart()

57.  Which function returns the difference between two date values based on the interval specified in VBA?
कौन सा फंक्शन VBA में निर्दिष्ट अंतराल के आधार पर दो तिथि मानों के बीच अंतर देता है?  [Bharat Skill QB]

(A) Datediff()
(B) Day()
(C) Daydiff()
(D) Datedif()

58.  What is the return type of CSng function in VBA?
VBA में CSng फंक्शन का रिटर्न टाइप क्या है?  [Bharat Skill QB]

(A) Boolean
(B) Variant
(C) Single
(D) String

59.  Which VBA code is used to load user form into memory but do not display?
यूजर फॉर्म को मेमोरी में लोड करने के लिए किस VBA कोड का उपयोग किया जाता है लेकिन प्रदर्शित नहीं होता है?  [Bharat Skill QB]

(A) User form1.Show
(B) Load userform1
(C) Userform1.load
(D) Show userform1

60.  Which VBA code is used to remove the user form from memory?
यूजर फॉर्म को मेमोरी से हटाने के लिए कौन सा VBA कोड प्रयोग किया जाता है?  [Bharat Skill QB]

(A) Unload me
(B) Userform1.hide
(C) Unload userform1
(D) User form show false