Skip to content

Commit

Permalink
Code Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
derekagorhom committed Feb 24, 2025
1 parent f50ea39 commit feea7b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion instat/dlgImportDataset.vb
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,6 @@ Public Class dlgImportDataset
TryGridPreview()
RemoveMissingValues()
TestOkEnabled()
InitializeSheetSelection()
End Sub

Private Sub InitializeSheetSelection()
Expand All @@ -1058,7 +1057,9 @@ Public Class dlgImportDataset
clbSheets.SetItemChecked(0, True) ' Check the first sheet
dctSelectedExcelSheets(1) = clbSheets.Items.Item(0).ToString()
AddHandler clbSheets.ItemCheck, AddressOf clbSheets_ItemCheck
lblImportingSheets.Hide()
End If
TryGridPreview()
End Sub


Expand Down

0 comments on commit feea7b7

Please sign in to comment.