From 8fc5ba7b6691da9e0c6a871c5abef7208c4e231a Mon Sep 17 00:00:00 2001 From: "Ulysses Maclaren [SSW]" <45545178+UlyssesMaclaren@users.noreply.github.com> Date: Mon, 31 Jul 2023 13:16:26 +1000 Subject: [PATCH] Create rule.md (#6193) game changer! --- ...es-to-better-chatgpt-prompt-engineering.md | 1 + rules/chatgpt-for-powerpoint/rule.md | 37 +++++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 rules/chatgpt-for-powerpoint/rule.md diff --git a/categories/artificial-intelligence/rules-to-better-chatgpt-prompt-engineering.md b/categories/artificial-intelligence/rules-to-better-chatgpt-prompt-engineering.md index 3f3f5df4eed..b75b9a81c15 100644 --- a/categories/artificial-intelligence/rules-to-better-chatgpt-prompt-engineering.md +++ b/categories/artificial-intelligence/rules-to-better-chatgpt-prompt-engineering.md @@ -28,6 +28,7 @@ index: - chatgpt-plugins - chatgpt-prompt-templates - chatgpt-prompts-for-video-production + - chatgpt-for-powerpoint - use-chatgpt-to-write-a-rule - chatgpt-for-email diff --git a/rules/chatgpt-for-powerpoint/rule.md b/rules/chatgpt-for-powerpoint/rule.md new file mode 100644 index 00000000000..71f61c8dbf6 --- /dev/null +++ b/rules/chatgpt-for-powerpoint/rule.md @@ -0,0 +1,37 @@ +--- +type: rule +title: Do you know how to make a PowerPoint presentation using ChatGPT? +uri: chatgpt-for-powerpoint +authors: + - title: Ulysses Maclaren + url: https://www.ssw.com.au/people/uly +created: 2023-07-31T16:29:02.708Z +guid: 87b105e9-98f7-467e-ad88-7861795bb1d5 +--- +By now, you’ve probably realised that you can ask ChatGPT to create a content for a PPT, which you can then copy and paste into PowerPoint, but this is still time consuming. The next level is to get it to then create the VBA script that can be run to generate the whole PPT 😀 + +Here’s a great prompt template for doing both! Feel free to play around with things like the preferred format or title colours. + + + +::: greybox +You are an expert presentation writer and PowerPoint expert. +Write a PowerPoint presentation on {TOPIC}. +Each slide should have a title and bullet point content. +Don't give me advice on what to talk about on each slide, instead give me the actual content I can use. +Then create a VBA script to create the PPT including slide titles and all content on each slide. +Make the title text on each slide this colour: RGB(204, 65, 65) +Do not save the PPT. +1st, ask for the {TOPIC} +::: + +::: good +Figure: Prompt Template for creating a PowerPoint presentation +::: + +Then, follow these steps: +1. Open Microsoft PowerPoint +2. Make sure you have enabled the developer tab +3. Click the Developer Tab | Visual Basic (or “Alt L V”) +4. Click Insert | Module +5. Paste your code into the text box and press F5 to run it