VBA-IDE-Code-Export
VBA-IDE-Code-Export copied to clipboard
Export & Import VBA code for use with Git (or any VCS)
I am finding that a new line is added after the `Attribute` header each time I do a Import then Export cycle. I view the .frm file in a text...
If an unhandled error occurs half way through exporting, then the user can be left in a situation that could result in data loss if they're not careful. The problem...
The new empty line is added to the end of the module regardless of if there is already an empty line at the end of the file. This seems similar...
and that error is not handled. Instead the crash prompt is invoked. The user should be prompted that there was a syntax error and they need to resolve this by...
An error occurs if I have a userform and I run import twice. Error number 60061.
There are a few different "whitespace errors" that are introduced to the VBA when the code is imported (and exported?). Issues #22 and #45 are two of these whitespace errors....
When Make Config File is run, the VBAProject Name property of the config file should be set to the current project name in the workbook.
These files can be found in the CodeExport project directory. The `.gitattributes` file is important for fixing bugs which arise in Excel due to using Unix style line terminations. The...
Make Excel out of XML Considerations: - What type of Excel is is being made into
@mattpalermo I'm not sure if this is taken care of anywhere already **but** Here's my experience, have the source code somewhere on your machine, go to build the add-in, so...