当前位置:网站首页>Excel record macro
Excel record macro
2022-07-25 13:18:00 【Night drift ice】
Record macros to automate tasks
Learn to record macros first , On the menu View -> Macros in ,Record Macro.


Define a name for the macro to be recorded , The longest 255 Characters . It's best to be short , Easy to distinguish , Indicates what this macro does .
Don't use special characters , You can use numbers 、 Letters and underscores , But the first letter cannot be a number .


You can set a shortcut key to call macros , It is better not to use the shortcut keys commonly used by the system , The newly set shortcut key will overwrite the original shortcut key of the system .
Choose whether to store in this file or a new Excel file , Or stored in personal macro notebook , At this time all Excel You can use this macro .
Then add some descriptive information .
Click on OK after , Will start recording , Your actions will be recorded , For example, the content you added , Format set, etc .
When the operation is complete , Click end recording macro in the macro menu .

It's usually the work you often have to repeat , Record as a macro , Work automation can be realized . Run a macro directly with the shortcut keys set , Or click the macro menu or Alt + F8, Call out macro selection menu .


Select the macro to be executed , Can run .
For example, record a macro , Add a header to the following table data .

The green area in the second row , Is the added header , Input content , Change the format , Are recorded by macros .
边栏推荐
- 若依如何实现用户免密登录配置方法?
- B tree and b+ tree
- Online Learning and Pricing with Reusable Resources: Linear Bandits with Sub-Exponential Rewards: Li
- int数组获取重复数据
- Microsoft proposed CodeT: a new SOTA for code generation, with 20 points of performance improvement
- Cv2.resize function reports an error: error: (-215:assertion failed) func= 0 in function ‘cv::hal::resize‘
- 【AI4Code】《Pythia: AI-assisted Code Completion System》(KDD 2019)
- OAuth, JWT, oidc, you mess me up
- Seven lines of code made station B crash for three hours, but "a scheming 0"
- 备战2022 CSP-J1 2022 CSP-S1 初赛 视频集
猜你喜欢

Shell常用脚本:获取网卡IP地址

The migration of arm architecture to alsa lib and alsa utils is smooth

【重温SSM框架系列】15 - SSM系列博文总结【SSM杀青篇】

Zero basic learning canoe panel (12) -- progress bar

【GCN】《Adaptive Propagation Graph Convolutional Network》(TNNLS 2020)

Design and principle of thread pool

【GCN-RS】Towards Representation Alignment and Uniformity in Collaborative Filtering (KDD‘22)

Chapter5 : Deep Learning and Computational Chemistry

Atcoder beginer contest 261 f / / tree array

卷积神经网络模型之——AlexNet网络结构与代码实现
随机推荐
全网最简单解决方式1045-Access denied for user [email protected](using password:YES)
0713RHCSA
Convolutional neural network model -- googlenet network structure and code implementation
The world is exploding, and the Google server has collapsed
IM系统-消息流化一些常见问题
Blindly expanding the scale of the meta universe has deviated from the development logic of the meta universe
OAuth,JWT ,OIDC你们搞得我好乱啊
Programmer growth chapter 27: how to evaluate requirements priorities?
pytorch创建自己的Dataset加载数据集
The programmer's father made his own AI breast feeding detector to predict that the baby is hungry and not let the crying affect his wife's sleep
二叉树基本知识
Shell common script: check whether a domain name and IP address are connected
0715RHCSA
录制和剪辑视频,如何解决占用空间过大的问题?
Concurrent programming - memory model JMM
How to solve the problem of taking up too much space when recording and editing videos?
Numpy简介和特点(一)
R language GLM generalized linear model: logistic regression, Poisson regression fitting mouse clinical trial data (dose and response) examples and self-test questions
Shell常用脚本:获取网卡IP地址
手写jdbc的使用步骤?