Updating the binary files recently changed.

This commit is contained in:
PhilRunninger 2024-04-01 12:24:43 -04:00
parent 1505221961
commit 2c46764be2
7 changed files with 6 additions and 1 deletions

Binary file not shown.

View File

@ -25,7 +25,12 @@ Private Sub cbOK_Click()
ElseIf opSegment.value Then ElseIf opSegment.value Then
Call handler.pg_main_workset("segm", cbSegment.value) Call handler.pg_main_workset("segm", cbSegment.value)
End If End If
If ActiveSheet.CodeName = "shOrders" Then
shOrders.PivotTables("ptOrders").PivotCache.Refresh shOrders.PivotTables("ptOrders").PivotCache.Refresh
Else
shShipments.PivotTables("ptShipments").PivotCache.Refresh
End If
openf.Hide openf.Hide
End Sub End Sub