top of page

How to export a specific Excel sheet to PDF

๐Ÿ’ก Do you need to export a specific Excel sheet to PDF, regardless whether the Excel file is open or closed?

Problem Description


There are no actions available for exporting a specific Excel sheet to PDF in Power Automate Desktop.

Solution


The following flow provides a high level overview of the solution:


  1. Set the Excel file path for the variable โ€œ%ExcelFilePath%โ€



  2. Get the file name of the Excel file path using โ€œGet File Path Partโ€ action



  3. Under Variables produced, enable โ€œThe name of the source fileโ€ and change the variable to โ€œ%InputFileName%โ€



  4. Set the name of the sheet you want to export in a variable and the PDF file path



  5. Export Excel sheet


  • While Excel is closed


    • Add โ€œRun VBScriptโ€ action


    • Under Variable produced, enable โ€œVBscriptOutputโ€ and โ€œScriptErrorโ€


    • Open the action and enter the code below:



    • Click Save


  • While Excel is Open


    • Add โ€œLaunch Excelโ€ action, set the Document Path as โ€œ%ExcelFilePath%โ€ and enable โ€œMake instance visibleโ€


    • Add โ€œRun VBScriptโ€ action


    • Under Variable produced, enable โ€œVBscriptOutputโ€ and โ€œScriptErrorโ€


    • Open the action and enter the code below:



  • Add โ€œClose Excelโ€ action


The final output:


  1. While Excel is closed



  2. While Excel is open


Additional Information


  • Last updated on: 5 Dec 2024

  • Tested version(s): 2.50.00183.24303

  • Prerequisites: Excel

  • Dependencies: None

  • Known issues: None

References


Nil

Robotic Process Automation Singapore

CFB Bots is a leading technology service provider in the fast-growing field of Intelligent Automation. We partner with large enterprises in their Digital Transformation journey and help them and their employees thrive in the Future of Work.

NAVIGATE
CONTACT US
STAY CONNECTED

Singapore

CFB Bots Pte Ltd

Registration No.: 201705263H

77 High Street

#05-09, High Street Plaza

Singapore 179433

โ€‹

T: +65 6909 2099

E: enquiries@cfb-bots.com

โ€‹โ€‹

Malaysia

CFB Bots Sdn Bhd

Registration No.: 202401045826 (1591672-X)

Suite: 33-01, 33rd Floor

Menara Keck Seng

203 Jalan Bukit Bintang

55100 Kuala Lumpur

โ€‹โ€‹

T: +60 39 388 0352

E: my@cfb-bots.com

โ€‹

Australia

T: +61 2 8880 5998

E: au@cfb-bots.com

Join our mailing list to get the latest insights on automation

  • LinkedIn Social Icon
  • Facebook Social Icon
  • Twitter Social Icon
  • Instagram Social Icon
  • YouTube Social  Icon
TS Master Logo.png

© 2017-2025 CFB Bots Pte Ltd. All Rights Reserved. Tel: (65) 6909 2099 | Email: enquiries@cfb-bots.com | Privacy Policy | Terms of Use

bottom of page