https://quizack.com/vba/mcq/the-application-property-that-will-assign-a-shortcut-key-to-run-a-macro-is
Answer: OnKey
Note: This Question is unanswered, help us to find answer for this one
Is This Question Helpful?
More VBA MCQ Questions
You want to dump the values stored in a 12-element array named Rates into the cell range A1:A12. How can you get that done?
Where you can create you custom events?
Which function will allow you to convert a value to number?
You want to count how many records for a given customer based on CustomerID which is of field type short text in table tblCustomer. The customer id we want the count for is 123-AC. We are using the domain aggregate function DCount and assign it to an integer variable intC what is the correct syntax.
Which is NOT a method of the Workspace object:
'Do While x < 5' is equivalent to:
What will Format(2.36, “#0.0”) output?
What value is x holding after this statement is executed: x = Left("Apple",3) & Right("People", 3)
Choose the VBA code that will allow you to verify that an Item exists in the Dictionary object Dict1.
When stepping through code as a way to see how the values in variables change, use the: