There are suggestions that a form control Push Button can pass data into the macro it calls on execution via the "Additional Info" option (in Control Properties) or the URL option. How can this be achieved? It would be incredibly useful to do this. E.g. press a button with the "Additional Info" field containing the string "Apples" and it writes it into Cell A1. I should add, I am unable to get any code relating to the possibility of doing this to work.
LibreOffice Calc - How to pass a Button form control 'Additional Info' data or URL data into a macro?
53 views Asked by Micklos At
1
There are 1 answers
Related Questions in BUTTON
- How to center fontawesome icons in a div?
- How can I eliminate or deactivate the white flash that appears when I press a button via a mobile device?
- React Node Telegram bot problem with mainButtonClicked
- Can I make this kind of radio button?
- Custom styled "Add to cart" button in WooCommerce product archive pages
- Have a script work multiple times with the same class
- How to "kill" current runnable and start a new one pressing a start/stop android button (and prevent multiple overlapping runnable processes)?
- How to customize woocommerce add to cart button position
- React: Implementing Long Press Button Functionality
- How to move expand button in bslib::card() where full_screen = TRUE to the top right?
- Why do I have to double click enter on Blazor?
- How to detect a pressed button using setInterval and without any event in javascript?
- Blogger next previous navigations missing
- How to make Scaffold floatingActionButton not clickable through
- How do I create a guizero pushbutton that acts when pressed and stops when released
Related Questions in MACROS
- drop down list to decide which range my graph will plot
- Catia V5 Dynamic Hidden Line Removal With Macro Please Help Me
- Convert macro to a function but cannot concatenate inputs using std::stringstream
- Common Lisp: How to use a macro within a macro?
- How to remove the "*" in c++ macro args?
- Caused by : java. awt. HeadlessException
- When I click "enable macros" on my PowerPoint presentation, I get an error saying controls can't be activated. They're not registered on this computer
- SAS Macro Variables
- Generate unique type parameter in procedural derive macro
- unexpected interaction between macroexpand-1 and macrolet
- Can C macros be expanded in flex?
- External macro definition in header
- How to undefine and redefine a macro in C++?
- How to check if a macro argument is an integer literal in C
- How come clang and gcc don't produce a cast warning for this openssl macro, but do otherwise?
Related Questions in LIBREOFFICE
- How to switch encoding of LibreOffice strings in Java UNO API?
- Is there a way to automatically export OpenOffice/LibreOffice drawings to bitmaps, with options?
- LibreOffice. Getting OutOfMemoryException while execute Conversion to PDF not instantly, but after long time of work
- Calculate the average of a filtered list/column with a condition (libre office calc)
- LibreOffice converts files from RTF to PDF to plain RTF text
- How to turn off LibreOffice API SDK Reference Browser?
- I compiled LibreOffice on Windows using Cygwin, but after running 'C:/cygwin64/opt/lo/bin/make', I encountered numerous errors
- How do I this shell (.zsh) script to put files into nested folders?
- win32gui SendMessage not working correctly in libreoffice
- Is there a way to program macros to finely tune animations in LibreOffice Impress?
- problem invoking msgbox after closing one document in python. object has no attribute 'getCurrentController'
- Add Image to Libre Office Writer with VB.Net
- How do I get content of a text cursor in Libreoffice Writer?
- How to convert excel to PDF using nodeJS? Getting issues using libreoffice-convert
- Libreoffice classes not available in java code
Related Questions in CALC
- Margin depending on screensize and variable in width
- Make a clip-path inset a square on any viewport, in JS
- Error with 'calc' function: not working on RasterStack/RasterLayer
- CSS Calc and Multiplication
- libreoffice calc Macro to shift focused cell to the right by one cell
- LibreOffice Calc macro to copy a range from one sheet to a different location in a different sheet
- Convert text to number in Libre Calc
- Independent colums in an independent Sheet shift position when a macro is run
- LibreOffice Calc - How to pass a Button form control 'Additional Info' data or URL data into a macro?
- libreoffie calc macro to paste formula
- Calc Libreoffice : How to create diagram using hours in X axis
- Libreoffice Calc: How to rank numbers without skipping ranks?
- Replace randomly occuring and grouped zeros with last non-zero number from the column above
- How can I colorize all merged cells with a sheet of Open Office-Calc?
- libreoffice calc how to loop in a named range
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
in the "Additional information..." field, within the Control Properties of the button, type a period '.' then the start of the string, e.g. .jose You can parse "data" to grab elements of the string you desire.
Source:https://ask.libreoffice.org/t/how-do-i-change-a-push-button-label-from-macro/53982 (Tq to JohnSUN and Lupp)
UPDATE: It seems the period in front of the string isn't actually necessary. Try not using it. If you get problems then put it back.