Propmt:Act as a VBA programmer. Write me VBA code to create PowerPoint slides about the sports drink and hydration beverage category. think like a senior CPG brand manager and market researcher. use your knowle
Step 1: Ask ChatgPT for the VBA PowerPoint code You can use a ChatGPT prompt like "Write me VBA PowerPoint codes on [topic]..." However,the more detailed your explanation of the content, the better the result will be.Here’s an example: Write me a VBA code for a PowerPoint presentat...
方法二:使用 ChatGPT 和 VBA 代码自动化演示文稿创建 准备VBA 代码生成请求: 编写一个简明的请求指导 ChatGPT,例如:“生成一个 VBA 脚本,用于在 PowerPoint 中创建关于气候变化的三个幻灯片”。 使用ChatGPT 生成 VBA 代码: 向ChatGPT 提出您准备的请求,并接收生成的 VBA 代码。 检查代码是否符合您的演示需求...
Part 3 Use ChatGPT and VBA Codes to Automate Presentation Creation Step 1: ChatGPT Interaction Ask ChatGPT for a PowerPoint presentation using a specific topic, content, and design. Copy the generated VBA code. copy code Step 2:Enable Developer Tab Open PowerPoint and enable the "Developer Tab...
17.11 将Excel数据输出到PowerPoint演示书名: 用ChatGPT与VBA一键搞定Excel 作者名: Excel Home编著 本章字数: 414字 更新时间: 2025-03-28 14:59:25首页 书籍详情 目录 听书 自动阅读00:01:22 摸鱼模式 加入书架 字号 背景 手机阅读 举报 上QQ阅读APP看后续精彩内容 下载QQ阅读APP,第一时间看更新 ...
Write Word VBA to open a document Write Excel VBA to choose sheet then open it, with an error message if no sheet selected ChatGPT isn’t perfect – part 1 ChatGPT isn’t perfect – part 2 File Open dialog VBA code that works for all Office apps PowerPoint VBA to insert a ...
步驟1:將 VBA 代碼添加到 Word 文檔中 打開一個新的空白 Word 文件,然後按下 ALT + F11 鍵以打開 Microsoft Visual Basic for Applications 窗口。 然後,點擊 插入 > 模塊,複製並將以下代碼粘貼到打開的空白模塊中:VBA 代碼:將 ChatGPT 整合到 Word 中 Sub ChatGPT() 'Updateby Extendoffice Dim status_...
Then you can copy and paste the VBA code that ChatGPT generated into the Module window, just as the screenshot below. Then you are ready to run this VBA code to generate a PowerPoint file. All you need is to click the “Run” button on the toolbar. ...
We used the AI for the generation of a PowerPoint. Since it cannot on its own generate PowerPoint Slides we asked it to generate a VBA code for the PowerPoint. That code was copied and then pasted to the ‘Developer’ section of the PowerPoint. As a result we got a beautiful but not ...
While I was working on variousVBA macros in PowerPoint, I tried using ChatGPT to write and explain existing code. It was useful to create a “rough draft,” but it kept making obvious errors that a human could detect in a second. ...