in Education by
Could anyone recommend to me a good online guide to PowerPoint VBA? Also, does anyone has advice on how to record a macro in PowerPoint? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Microsoft remove macro recorder from PowerPoint 2007. To view the struct of objects use Watch (Shift +F9) in object. For Example dim ppt as powerpoint.Presentation set ppt =activepresentation add watch to ppt to view the struct of object Presentation otherwise Add a new class module in the class declare Private WithEvents ppt As PowerPoint.Application in comon module declare one instance from classCreate(default is Class1) using set x= new class1 Now in module class you can get events for you presentation (in left combo up the code window) Bruno Leite Office Developer

Related questions

0 votes
    Could anyone recommend to me a good online guide to PowerPoint VBA? Also, does anyone has advice on how ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 16, 2022 in Education by JackTerrance
0 votes
    I am very new to VB and am exploring this method to simplify mundane manual work process of highlighting ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    I am using Excel where certain fields are allowed for user input and other cells are to be protected. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 18, 2022 in Education by JackTerrance
0 votes
    I am using Excel where certain fields are allowed for user input and other cells are to be protected. ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 17, 2022 in Education by JackTerrance
0 votes
    Excited by the fact that VBA returned to Mac, but having trouble with code that works fine in Powerpoint ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Feb 26, 2022 in Education by JackTerrance
0 votes
    The algorithm that uses a secondary ordered index to guide retrieval for comparison conditions involving is ( ... Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    10.For Animation, on which menu you will be click to get the effect in MS POWERPOINT. Select the correct answer from above options...
asked Dec 31, 2021 in Education by JackTerrance
0 votes
    State true or false :- i. We cannot do animation in a PowerPoint slide. ii. We can import files from other ... super computer of India Select the correct answer from above options...
asked Dec 15, 2021 in Education by JackTerrance
0 votes
    When we insert a chart in powerpoint, the data is displayed in a special window called Select the correct answer from above options...
asked Dec 2, 2021 in Education by JackTerrance
0 votes
    I'm looking for a macro which can be run to select a consistent range of cells so that I can ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Mar 11, 2022 in Education by JackTerrance
0 votes
    I'm working on Excel VBA macros and I want to retrieve data from a MS Access database (.accdb ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 11, 2022 in Education by JackTerrance
0 votes
    Below, I have code that sends a personalized SMS message and includes the name. I got that part to ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 17, 2022 in Education by JackTerrance
0 votes
    Below, I have code that sends a personalized SMS message and includes the name. I got that part to ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 13, 2022 in Education by JackTerrance
0 votes
    What is the difference between const and macro?...
asked Jan 23, 2021 in Technology by JackTerrance
0 votes
    What is the difference between a macro and a function?...
asked Jan 23, 2021 in Technology by JackTerrance
...