Thank you to the MrExcel forum for all the help in the past. You have been my go-to resource for Excel VBA.
I have created an "application" in Excel VBA (Excel 2019) to create quotes. This application saves the quotes in a binary file using
Dim TargetPath As String
Dim myfilename As...