We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 607c4c6 commit 234acc7Copy full SHA for 234acc7
src/ThisWorkbook.cls
@@ -1,12 +1,3 @@
1
-VERSION 1.0 CLASS
2
-BEGIN
3
- MultiUse = -1 'True
4
-END
5
-Attribute VB_Name = "ThisWorkbook"
6
-Attribute VB_GlobalNameSpace = False
7
-Attribute VB_Creatable = False
8
-Attribute VB_PredeclaredId = True
9
-Attribute VB_Exposed = True
10
' Text Scripting on VBA v1.0.0
11
' last update: 2013-01-03
12
' HATANO Hirokazu
@@ -53,7 +44,6 @@ Private Sub Workbook_BeforeClose(Cancel As Boolean)
53
44
'----------------------------- public Subs/Functions ---------------
54
45
55
46
Public Sub reloadModule()
56
-Attribute reloadModule.VB_ProcData.VB_Invoke_Func = "j\n14"
57
47
'手動リロード用 Public関数
58
48
59
49
Dim msgError As String
0 commit comments