diff options
Diffstat (limited to 'wizards/source/depot/Internet.xba')
-rw-r--r-- | wizards/source/depot/Internet.xba | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizards/source/depot/Internet.xba b/wizards/source/depot/Internet.xba index ba8a71ecd..9f7d2239a 100644 --- a/wizards/source/depot/Internet.xba +++ b/wizards/source/depot/Internet.xba @@ -191,7 +191,7 @@ Dim iCellValue as Long ' Delete all Cells in Date Area Do oCell = oSheet.GetCellbyPosition(SBDATECOLUMN,iCurRow) - If oCell.CellStyle = SBCOLUMNHEADER Then + If oCell.CellStyle = sColumnHeader Then bLeaveLoop = True StartIndex = iCurRow iCurRow = iCurRow + 1 |