I have a (version controlled) folder of exported components of a VBA addin (i.e. a lot of cls, frm, frx, bas and txt files). Can someone give me a build script (can be a VB script, or something more c
I have an XLA file that is to be deployed to a number of users in the organisation as an Excel add-in. My intention is to deploy it to a directory in the user\'s \"documents and settings\" folder in \
I have an xla file that refers to some other Excel add-ins that may or may not be present on the target machine. Currently Excel fails on loading the xla with a \"Compile error: Can\'t find project or
How can you make the .xla file if you want to create your own xla? I have the code, classes, shapes, etc....what is the process to makin开发者_运维技巧g an xla file to point to? I know that I have to
I have added a TableStyle to excel workbook using the statement: ActiveWorkbook.TableStyles.Add(\"PivotTable SS\")