New to VBA, need help with an automated process for work

vba_newbieUAE

New Member
Joined
Dec 1, 2022
Messages
2
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
Hi,

So I'm new to the world of excel, and wanted help making a process of macros in VBA that'll automate the below process

- read all the numbers on a PDF file
- read all the numbers in the current worksheet
- highlight all the numbers that match in the current worksheet with the numbers in the PDF file (its a financial position) in green
- highlight all the number that were not found in the pdf file, in red
- send a message when done saying crosscheck complete

and

- highlight matching amounts with another sheet in another workbook in blue
- if we can also automate the download directly from sap for the other workbook that would be great too

Thank you guys
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
Welcome to the world of Excel. Since you will be drawing data from pdf files and SAP, you should look into Power Query, which may very well be able to do what you want without VBA.
 
Upvote 0

Forum statistics

Threads
1,216,085
Messages
6,128,732
Members
449,465
Latest member
TAKLAM

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top