Skip to content

Commit 2061417

Browse files
authored
Update Install.vbs
1 parent 29d0d1d commit 2061417

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

access-add-in/Install.vbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Select Case MsgBox("Should the add-in be used as a compiled file (accde)?" + chr
2727

2828
End Select
2929

30-
Ff AddInFileInstalled = True Then
30+
If AddInFileInstalled = True Then
3131
RegisterAddIn GetDestFileFullName()
3232
End If
3333

0 commit comments

Comments
 (0)