Uživatelské nástroje

Nástroje pro tento web


reports:openoffice

Rozdíly

Zde můžete vidět rozdíly mezi vybranou verzí a aktuální verzí dané stránky.

Odkaz na výstup diff

Obě strany předchozí revizePředchozí verze
reports:openoffice [2023/11/29 10:05] – [Vzorce pro počítání hodnot na jednotlivých řádcích] Libor Kadaníkreports:openoffice [2024/02/02 08:31] (aktuální) – [Makro na odstránkování podle textu v buňce] Libor Kadaník
Řádek 42: Řádek 42:
  
   Sheet = ThisComponent.getSheets().getByIndex(0) 'hledej na prvnim listu   Sheet = ThisComponent.getSheets().getByIndex(0) 'hledej na prvnim listu
-  CellRange=Sheet.getCellRangeByName("J1:J3000") 'hledej ve sloupci J+  CellRange=Sheet.getCellRangeByName("A1:A3000") 'hledej ve sloupci J
   Descriptor=CellRange.createSearchDescriptor()   Descriptor=CellRange.createSearchDescriptor()
   With Descriptor   With Descriptor
     .SearchCaseSensitive=False     .SearchCaseSensitive=False
-    .SearchString="Dodací list"+    .SearchString="KonecStranky"
     .SearchType=1 'Search for values, not just formulas. This is an undocumented property     .SearchType=1 'Search for values, not just formulas. This is an undocumented property
     .SearchWords=True 'Search the whole cell, not just part of it     .SearchWords=True 'Search the whole cell, not just part of it
reports/openoffice.txt · Poslední úprava: 2024/02/02 08:31 autor: Libor Kadaník