You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vbaDeveloper.xlam/Build.bas
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,14 @@ Attribute VB_Name = "Build"
7
7
' * Microsoft Visual Basic for Applications Extensibility 5.3
8
8
' * Microsoft Scripting Runtime
9
9
' 3. Rename the project to 'vbaDeveloper'
10
-
' 5. Enable programatic access to VBA:
10
+
' 4. Enable programatic access to VBA:
11
11
' File -> Options -> Trust Center, Trust Center Settings, -> Macros,
12
12
' tick the box: 'Enable programatic access to VBA' (In excel 2010: 'Trust access to the vba project object model')
13
13
' If you get 'path not found' exception in Excel 2013, include the following step:
14
-
' In 'Trust Center' settings, go to 'File Block Settings' and check 'open' and/or 'save' for 'Excel 2007 and later Macro-Enabled Workbooks and Templates'.
14
+
' In 'Trust Center' settings, go to 'File Block Settings' and check 'open' and/or 'save'
15
+
' for 'Excel 2007 and later Macro-Enabled Workbooks and Templates'.
16
+
' 5. If using a non-English version of Excel, rename your current workbook into ThisWorkbook (in VB Editor, press F4,
17
+
' then under the local name for Microsoft Excel Objects, select the workbook. Set the property '(Name)' to ThisWorkbook)
15
18
' 6. In VB Editor, press F4, then under Microsoft Excel Objects, select ThisWorkbook.Set the property 'IsAddin' to TRUE
16
19
' 7. In VB Editor, menu File-->Save Book1; Save as vbaDeveloper.xlam in the same directory as 'src'
17
20
' 8. Close excel. Open excel with a new workbook, then open the just saved vbaDeveloper.xlam
0 commit comments