Ответ
 
Опции вопроса Поиск в этом вопросе Опции просмотра
  #1  
Старый 29.09.2011, 22:27
Аватар для Guest
Guest
Вопрос
Сообщений: n/a
По умолчанию

Код:Function FindString(sString$, oSheet) As Variant Dim nCurCol As Integer Dim nCurRow As Integer Dim oCell As Object Dim oCursor As Object Dim oData Dim oRow oCell = oSheet.GetCellbyPosition( 0, 0 ) oCursor = oSheet.createCursorByRange(oCell) oCursor.GotoEndOfUsedArea(True) oData = oCursor.getDataArray() For nCurRow = LBound(oData) To UBound(oData) oRow = oData(nCurRow) For nCurCol = LBound(oRow) To UBound(oRow) If (oRow(nCurCol) = sString$) Then FindString = oSheet.GetCellbyPosition( nCurCol, nCurRow ) Exit Function End If Next NextEnd Function'=============================== ======================================== ===sub MainPhone dim i as integer i = 1 do while sheets("PhonesOld").range("A" & i).Value "" FindString(sheets("Phones").Range("A" & i).value, StarDesktop.CurrentComponent.sheets.getB yName("Лист2") ) ' ^^^' ругается здесь i = i + 1 loopend subРугается так: Синтаксическая ошибка BASIC. Ожидается: =.Где я допустил ошибку?
Ответить с цитированием
Ответ



Похожие вопросы
Тема Автор Раздел Ответов Последний вопрос или ответ
А антракта сегодня не ожидается? Guest Новые вопросы и ответы 3 3 26.12.2016 16:54
Правда ожидается потепление? Guest Новые вопросы и ответы 5 1 29.04.2013 19:07
так что завтра ожидается? Guest Новые вопросы и ответы 2 0 02.01.2012 10:17



© www.otvetnemail.ru - Форум вопросов и ответов.