bugfix cam
This commit is contained in:
@@ -270,11 +270,11 @@ BindingFlags.Instance Or BindingFlags.NonPublic, Nothing, [Control], New Object(
|
||||
If autoAdjust Then
|
||||
|
||||
'Spaltenbreite auto:
|
||||
wb.Worksheets(0).Columns().AdjustToContents()
|
||||
If wb.Worksheets(0).ColumnCount > 0 Then wb.Worksheets(0).Columns().AdjustToContents()
|
||||
|
||||
End If
|
||||
|
||||
Dim filename As String = ""
|
||||
Dim filename As String = ""
|
||||
If optFileName <> "" Then
|
||||
filename = sPath & optFileName & endung '".xlsx"
|
||||
While System.IO.File.Exists(filename)
|
||||
|
||||
Reference in New Issue
Block a user