VBA code to convert Selected data into Pdf Sub ExportToPDF() Dim ws As Worksheet Dim strFile As String Dim strPath As String Dim rng As Range Set ws = ActiveSheet Set rng = Application.Selection strFile = InputBox("Enter a file name", "Save As") If strFile = "" Then Exit Sub strPath = Application.ActiveWorkbook.Path…
Raghul S
updated on 06 May 2023
Project Details
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Read more Projects by Raghul S (10)
Project 2 - Supply and Demand Gap Analysis
Attached.
22 Nov 2023 03:07 PM IST
Project 1 - COVID-19 Vaccinations Trend Analysis
As per the requirements. The files are attached for the COVID-19 vaccination trend analysis.
30 Oct 2023 01:44 PM IST
Project 2 - EDA on Vehicle Insurance Customer Data
Attached.
16 Aug 2023 10:08 AM IST
Project 1 - English Dictionary App & Library Book Management System
Attached.
14 Aug 2023 11:36 AM IST
Project 2
02 Jul 2023 11:58 AM IST
Project 1
attached
22 Jun 2023 12:00 PM IST
Project 2 - Gender Bias in Science and Technical field
Please find the attachment.
31 May 2023 08:20 AM IST
Project 1 - Analyzing the Education trends in Tamilnadu
Attached
20 May 2023 11:55 AM IST
Project 1 - Data Cleaning and Transformation using Pivot table and Charts for the Report on requirement of Team Hiring
Attached
11 May 2023 02:56 PM IST
Project 2 - Create a report using PowerQuery, Macro VBA, List Functions and Data Validation functions for Data Reporting of Supply Chain Management companies
VBA code to convert Selected data into Pdf Sub ExportToPDF() Dim ws As Worksheet Dim strFile As String Dim strPath As String Dim rng As Range Set ws = ActiveSheet Set rng = Application.Selection strFile = InputBox("Enter a file name", "Save As") If strFile = "" Then Exit Sub strPath = Application.ActiveWorkbook.Path…
06 May 2023 05:43 AM IST