vbaDeveloper icon indicating copy to clipboard operation
vbaDeveloper copied to clipboard

Tools for development and version control of vba code

Results 19 vbaDeveloper issues
Sort by recently updated
recently updated
newest added

I'm confused on these two steps ' 8. Close excel. Open excel with a new workbook, then open the just saved vbaDeveloper.xlam ' 9. Let vbaDeveloper import its own code:...

Prevents access to unexisting "codeModule" property of "project" "ThisWorkbook" when exporting via "VbaDeveloper > Export code for... > VBAProject (...)". ## Original error message after trying to export ![workbook](https://user-images.githubusercontent.com/67320964/85405580-06cabc80-b537-11ea-9099-4a4ee33a56dd.png) ##...

After exporting and importing named ranges they are kind of broken. For example, the output of "?ThisWorkbook.Names("MyName").RefersTo" should be something like "='Table1'!$A$1", but somehow it tends to be "='Table1'!R1C1", which...

First of all, thanks for this great add-in! I installed the xlam in excel add-in directory and started using the automatic import/export feature; It works well but every time I...

Hi, thank you for this addin. The project is not exported when saved.

Hello, I'm not sure, if I installed the tool wrong (or use it wrong), but whenever I open a workbook where I added vbaDeveloper (`In VB Editor -> Tools ->...

I have been able to go trough all the steps of the installation process but it took me a few minutes to understand where I need to put my file...

I am having some troubles with special characters (Unicode). When I make the 'ImportCodeFor' call in in the add-in menu a .bas file with this line: `strPattern = "Dr. ès...

Issue #26 is only about configuring git and changing the default import behavior to include classes. Issue #5 : the proposed solution is described here [https://github.com/gkuenzli/vbaDeveloper/issues/2](https://github.com/gkuenzli/vbaDeveloper/issues/2). There are trade-offs but...

The problem of Excel wrongfully importing classes as modules was investigated by Tim Hall and the origin was identified as being related to UNIX-style line endings (LF) instead of Windows-style...