Download 【calc】Create a macro to find all occurrences of ... - Ask LibreOffice book pdf free download link or read online here in PDF. Read online 【calc】Create a macro to find all occurrences of ... - Ask LibreOffice book pdf free download link book now. All books are in clear copy here, and all files are secure so don't worry about it. This site is like a library, you could find million book here by using search box in the header.
I’m trying to write a macro that can find all cells with the same content as the one in current selected cell. Below is what I get so far: Sub FindAll() sheet = ThisComponent.CurrentController.ActiveSheet desc = sheet.createSearchDescriptor() cell = ThisComponent.CurrentSelection.getCellByPosition(0,0) desc.SearchString = cell.String findings = sheet.findAll(desc) ThisComponent ...
Read : 【calc】Create a macro to find all occurrences of ... - Ask LibreOffice pdf book online Select one of servers for direct link: |
---|