• Guide & Review
    • All Tutorial(s)
    • Linux Distro Review
    • Complete Review Index
  • App
    • Top List Index
    • Top 10 List
    • Ubuntu Apps
    • GNOME Apps
    • KDE Apps
    • LibreOffice
      • Exclusive LibreOffice Guides
      • LibreOffice 24.8
      • Calc
  • Theme
  • Distro
    • Upcoming
    • Current
      • Fedora 42
      • Debian 12 “Bookworm”
      • Ubuntu 24.04 LTS
      • Ubuntu 24.10
      • LMDE 6
      • Linux Mint 22 “Wilma”
      • elementary OS 7 Horus
    • Arch Linux
    • Pop!_OS
    • Distro Review
    • View All Distros
  • DE
    • GNOME 48
    • COSMIC Desktop (Alpha)
    • KDE Plasma 6
    • Xfce 4.18
    • LXQt
    • View All Desktop Env
  • News
  • Dev
    • Learn Linux Commands
    • Virtual Machine Set up
      • VirtualBox (all guides)
      • GNOME Boxes
      • virt-manager & KVM
    • Linux Kernel 6.7
    • LibreOffice Macro
  • More
    • Editorial and Opinion
    • Hardware
  • RSS
  • Telegram Channel
  • Google News
  • 𝕏 (Twitter)
  • Mastodon
  • YouTube
  • Facebook
  • r/debugpoint
  • Email
sections
  • About
  • Content Policy
  • Contact

DebugPoint.com

Linux and Dev Portal

  • Guide & Review
    • All Tutorial(s)
    • Linux Distro Review
    • Complete Review Index
  • App
    • Top List Index
    • Top 10 List
    • Ubuntu Apps
    • GNOME Apps
    • KDE Apps
    • LibreOffice
      • Exclusive LibreOffice Guides
      • LibreOffice 24.8
      • Calc
  • Theme
  • Distro
    • Upcoming
    • Current
      • Fedora 42
      • Debian 12 “Bookworm”
      • Ubuntu 24.04 LTS
      • Ubuntu 24.10
      • LMDE 6
      • Linux Mint 22 “Wilma”
      • elementary OS 7 Horus
    • Arch Linux
    • Pop!_OS
    • Distro Review
    • View All Distros
  • DE
    • GNOME 48
    • COSMIC Desktop (Alpha)
    • KDE Plasma 6
    • Xfce 4.18
    • LXQt
    • View All Desktop Env
  • News
  • Dev
    • Learn Linux Commands
    • Virtual Machine Set up
      • VirtualBox (all guides)
      • GNOME Boxes
      • virt-manager & KVM
    • Linux Kernel 6.7
    • LibreOffice Macro
  • More
    • Editorial and Opinion
    • Hardware

DebugPoint.com

  1. Home
  2. LibreOffice
  3. LibreOffice Calc

LibreOffice Calc

  • View Full Post
    Calc Macros, Devlibreoffice macro, Python
    6

    Write Your First Python Macro in LibreOffice

    This article explains how to set up LibreOffice for Python macro and helps you to write your first Python macro in LibreOffice Calc and Writer.4 min

    2 years ago1 year ago
    This article explains how to set up LibreOffice for Python macro and helps you to write your first Python macro in LibreOffice Calc and Writer.
  • 4.7k
    Calc Macros, Devlibreoffice macro
    9

    Files and Directories Processing Using LibreOffice Calc Macro using Basic

    This article demonstrates how to process/read individual files and directories in the Unix file system using Basic and LibreOffice Calc Macro and put the file...2 min

    2 years ago2 years ago
  • 8k
    Calc Macros, Devlibreoffice macro, range-processing-macro
    6

    Deleting All Types of Contents from Calc Range using Macro

    This tutorial explains how to delete contents from cells or ranges in LibreOffice Calc using macro.2 min

    2 years ago2 years ago
  • 6.6k
    Calc Macros, Devlibreoffice macro

    Date and Time Processing in LibreOffice Calc using Macro

    This tutorial explains the basic date and time processing in basic macro in LibreOffice Calc.2 min

    2 years ago2 years ago
  • 9.4k
    Calc Macros, Devlibreoffice calc macro
    2

    LibreOffice Workbook Worksheet and Cell Processing using Macro

    In this tutorial, you will learn how to access the workbook, worksheet and Cell contents using LibreOffice Calc basic macros.3 min

    2 years ago2 years ago
  • 4.3k
    Calc Macros, Devlibreoffice macro

    Debugging LibreOffice Basic Macro using Breakpoint and Watch

    A simple guide for you to learn how to debug LibreOffice basic macro using breakpoint and watch.3 min

    2 years ago2 years ago
  • 20.4k
    Calc Macros, Devlibreoffice macro
    21

    Writing a Macro in LibreOffice Calc: Getting Started

    Planning to automate stuff in LibreOffice? Start writing your first LibreOffice Calc macro using this guide.3 min

    2 years ago2 years ago
  • 12.3k
    Calc MacrosLibreOffice, Macro
    14

    String Processing in LibreOffice Calc Macro with Examples

    This tutorial will show how to do various common string processing using macro in LibreOffice.3 min

    3 years ago3 years ago
  • 3.4k
    Calc Macros, LibreOffice CalcgetCurrentSelection, Macro, uno:ExportDirectToPDF
    22

    Export or Save As PDF A Specific Range in LibreOffice Calc Sheets using Macro

    A simple program to show you how you can export range from LibreOffice as pdf using macro.3 min

    3 years ago3 years ago
  • 8.1k
    Calc Macros, LibreOffice, LibreOffice Calclibreoffice macro
    1

    How to Add Push Button on Calc Sheet and Use It

    Many times, it is needed to have a quick button on the Calc sheet itself and perform some tasks or run a macro when the...3 min

    9 years ago5 years ago
  • 1.3k
    Calc Macros, LibreOfficeLibreOffice, libreoffice macro

    Change CommandButton Look, Label, Length At Runtime Using Macro in Calc

    This tutorial will show you how to change command button properties at run time.3 min

    9 years ago5 years ago
  • 3.1k
    Calc Macroslibreoffice macro, Macro
    1

    LibreOffice Macro Organization

    This tutorial will share the basic idea of LibreOffice Macro file structures and organizations which can be used to export or share LibreOffice Macro as...4 min

    9 years ago4 years ago
  • 984
    Calc MacrosCalc, com.sun.star.awt.Selection, createUnoStruct, getSelectedText, libreoffice macro, setSelection

    Read Selected Text and Select Part of Text in TextField Control Using LibreOffice Basic Macro

    This tutorial will show how to select a part of text and how to read the selected text from a TextBox control in LibreOffice using...2 min

    9 years ago5 years ago
  • 4k
    Calc Macroslibreoffice macro, textfield
    1

    Insert and Read Text in TextField Control Using LibreOffice Basic Macro

    This tutorial will show how to default a string, insert a string at runtime, reading the string from a TextField control using Basic macro.2 min

    9 years ago5 years ago
  • 7.1k
    Calc Macros, LibreOffice CalcgetCellAddress, getCurrentSelection, getRangeAddress, LibreOffice
    7

    Get the Selection Cell and Range Address using Macro in LibreOffice

    This tutorial will show how to get the human readable address of selected cells and ranges using basic macro.2 min

    10 years ago5 years ago
  • 4k
    Calc MacrosMacro
    13

    Form Processing with LibreOffice Calc Macro – Part 2

    This is the second part of tutorial series of ‘Working with forms controls in LibreOffice/OpenOffice Calc’. First part can be found here. In the first...4 min

    10 years ago5 years ago
  • 1
  • 2
  • Next

DebugPoint.com is a portal covering Technology, Software News and stuff that matters. Heavily slant towards Linux and Open Source.

All applications are registered trademarks of their respective owners. Icons and Logos are used for information purposes, and credit is provided at the end of corresponding articles.

This site serves Ads by a third party that uses cookies and serves ads based on user browsing patterns.

Ideas and opinions expressed here are owned by the author and don’t necessarily reflect those of other people or organizations.

Linux is a registered trademark of Linus Torvalds.

Stay in touch

  • RSS
  • Telegram Channel
  • Google News
  • 𝕏 (Twitter)
  • Mastodon
  • YouTube
  • Facebook
  • r/debugpoint
  • Email

Other Projects

  • debugpointnews.com
  • About
  • Content Policy
  • Contact
© 2025 DebugPoint.com All Rights Reserved | Created with ❤ in India 🇮🇳

log in

Captcha!
Forgot password?

forgot password

Back to
log in