Translation for "a macro" to finnish
A macro
Translation examples
Finally, you create a macro that runs both queries.
Luo lopuksi makro, joka suorittaa molemmat kyselyt.
Alt+F8 displays the Macro dialog box to create, run, edit, or delete a macro. F9
Alt+F8 avaa Makro-valintaikkunan, jossa voit luoda, suorittaa tai poistaa makroja. F9
You need to run a macro to remove hidden names.
Sinun täytyy suorittaa makron, jos haluat poistaa piilotetut nimet.
You can set this property by using a macro or VBA code.
Voit määrittää tämän ominaisuuden makro tai VBA-koodin avulla.
Tip: You can attach a macro to a button on a form, so that when the button is clicked, the macro runs.
Vihje: Voit liittää makron lomakkeen painikkeeseen, jotta makro voidaan suorittaa painiketta napsauttamalla.
Switch to Excel and save the workbook as a macro-enabled workbook (.xlsm).
Siirry Exceliin ja tallenna työkirja makroja käyttävänä työkirjana (.xlsm).
In addition, you can run a macro automatically whenever you open a workbook.
Lisäksi voit suorittaa makron automaattisesti aina, kun työkirja avataan.
(A Macro is a series of commands that are transmitted by a single button press.)
(Makro on komentosarja, joka lähetetään yhdellä painikkeen painalluksella.)
For example, if you assign a macro to Ctrl+z, you'll lose the ability to Undo.
Esimerkiksi jos makron liittäminen Ctrl + z, menetät voi kumota.
A macro in Lisp superficially resembles a function in usage.
Lispin makrot muistuttavat ulkoisesti funktioita.
The following is an example of unwanted capture in the operator namespace, occurring in the expansion of a macro: ;; expansion of UNTIL makes liberal use of DO (defmacro until (expression &body body) `(do () (,expression) ,@body)) ;; macrolet establishes lexical operator binding for DO (macrolet ((do (...) ... something else ...)) (until (= (random 10) 0) (write-line "Hello"))) The until macro will expand into a form which calls do which is intended to refer to the standard Common Lisp macro do.
Esimerkiksi seuraava makro tarjoaa until-silmukan, joka voi olla tuttu muista kielistä, kuten Perlistä: (defmacro until (test &body body) `(do () (,test) ,@body)) ; esimerkki (until (= (random 10) 0) (write-line "Hello")) Kaikki makrot avataan ennen kuin niitä sisältävä koodi suoritetaan tai käännetään.
How many English words do you know?
Test your English vocabulary size, and measure how many words you know.
Online Test