#27. You want to set a variable named Table1 to an existing ActiveX object named Chart1. Chart1 currently resides in the Book1 application. The file containing Book1 resides in the "C:\Files" directory. Which lines of code could you use?
#30. Using the AddressOf Operator, you want to pass the address of a procedure to a Windows API function. How must the argument in the Windows API function be declared in order to use the AddressOf operator?