Skip to content

Commit c6b1ccd

Browse files
authored
Add files via upload
- Button "Update Pivot Table": Functionality restored, redirection via "Create Pivot Table" no longer necessary
1 parent 580efe9 commit c6b1ccd

20 files changed

+20
-20
lines changed

Modules/BAPT_Background.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller, supported by K.D.Gundermann #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_Columns.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_DataSource.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_Font.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller, supported by K.D.Gundermann #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_Helper.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = False
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_JQueryJS.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_JQueryUI.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_Localization.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_PivotCSS.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

Modules/BAPT_PivotJS.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Attribute VB_Exposed = True
1010
'###############################################################################################
1111
'# Copyright (c) 2021, 2023 Thomas Möller #
1212
'# MIT License => https://github.com/team-moeller/better-access-pivottable/blob/main/LICENSE #
13-
'# Version 2.03.02 published: 28.03.2023 #
13+
'# Version 2.04.01 published: 26.08.2023 #
1414
'###############################################################################################
1515

1616
Option Compare Database

0 commit comments

Comments
 (0)