https://github.com/wayne-kirk-schmidt/excelvba-exporter
https://github.com/wayne-kirk-schmidt/excelvba-exporter
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/wayne-kirk-schmidt/excelvba-exporter
- Owner: wayne-kirk-schmidt
- License: apache-2.0
- Created: 2022-02-21T13:13:03.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-02-29T20:19:25.000Z (about 1 year ago)
- Last Synced: 2024-08-09T02:19:50.196Z (8 months ago)
- Size: 37.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - wayne-kirk-schmidt/excelvba-exporter - (Others)
README
VBA Excel Data Exporter to PDF
==============================Sometimes, you need to b e able to export out a portion of your Excel sheet and print to PDF isn't quite right.
This might help you, as you can specify a range for any and all pages you have in an Excel file with this macro.
This will collect the data, turn this into a PDF content, and then write this out into a directory you choose!
Installing
==========1. Review the contents of the macro located in the etc folder.
2. Please follow the directions here, setting up the macro.
https://support.microsoft.com/en-us/office/quick-start-create-a-macro-741130ca-080d-49f5-9471-1e5fb3d581a8
Contents
========├── etc
│ └── SampleMacOrWindowsReportExporter.macro.txt* This is the source code to the macro
└── var
└── SampleMacOrWindowsReportExporter.xlsm* This is an example excel file with the macro installed
NOTE: Please handle any files downloaded from the internet with extreme care.
* Scan the file for any viruses
* Open the file and disable macros when originally looking
* Only when comfortable, please consider carefully enabling macros
NOTE: It is highly recommended to follow the instructions and create the macro yourself.
License
=======Copyright 2020 Wayne Kirk Schmidt
https://www.linkedin.com/in/waynekirkschmidtLicensed under the Apache 2.0 License (the "License");
You may not use this file except in compliance with the License.
You may obtain a copy of the License atlicense-name APACHE 2.0
license-url http://www.apache.org/licenses/LICENSE-2.0Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions and
limitations under the License.Support
=======Feel free to e-mail me with issues to:
I will provide "best effort" fixes and extend the scripts.