当前位置:网站首页>Live delivery form template - automatically display pictures - automatically associate series products
Live delivery form template - automatically display pictures - automatically associate series products
2022-04-23 05:00:00 【Excel_ VBA table จ๊บ】
During live broadcast, you can directly select the category , Automatically bring out all products of this series , And automatically associate the picture of the corresponding field
Category database data format =========================================================
Commodity price database format =========================================================
Not done VBA Macro save order
A101 Common declaration VBE The first level directory name of the menu
A101001 Force declaration of variables Option Explicit ' Force declaration of all variables within the module
A101002 Module private Option Private Module ' Mark module as private , Only useful for other modules in the same project , Don't show in macro dialog
A101003 Strings are not case sensitive Option Compare Text ' Strings are not case sensitive
A101004 The minimum subscript of the array is 1 Option Base 1 ' Specifies that the first subscript of the array is 1
A101005 Ignore mistakes On Error Resume Next ' Ignore the error and continue VBA Code , Avoid error messages
A101006 Wrong jump On Error GoTo ErrorHandler ' Jump to a position in the process when an error occurs
A101007 Recovery error prompt On Error GoTo 0 ' Return to normal error prompt
A101008 No pop ups Application.DisplayAlerts=False ' During the execution of the program, the warning box will not be displayed
A101009 Screen refresh Application.ScreenUpdating=False ' Turn off screen refresh Application.ScreenUpdating=True ' Open screen refresh
A101010 Disable shortcut key interrupt Application.Enable.CancelKey=xlDisabled ' Ban Ctrl+Break Stop macro function
A101011 New workbook "dim wb as workbook
set wb=Workbooks.Add() ' Create a new workbook "
A101012 Activate Workbook Workbooks("book1.xls").Activate ' The activation name is book1 The workbook for
A101013 Save workbook ThisWorkbook.Save ' Save workbook
A101014 Close workbook ThisWorkbook.close ' Close the current workbook
A101015 Number of worksheets ActiveWorkbook.Sheets.Count ' Get the number of sheets in the active workbook
A101016 Name of the workbook "ActiveWorkbook.name ' Returns the name of the active workbook
ThisWorkbook.Name ' Returns the current workbook name
ThisWorkbook.FullName ' Returns the current workbook path and name "
A102 file ActiveWindow.EnableResize=False ' Disable resizing the active workbook
A102001 Traverse a folder Application.Window.Arrange xlArrangeStyleTiled ' Arrange workbooks as tiles
A102002 Traverse all files and folders under the folder ActiveWorkbook.WindowState=xlMaximized ' Maximize the current workbook
A101017 The dictionary States Set dic=CreateObject("scripting.dictionary")
A102003 Get the last line "lastrow = Sheet1.Cells(Sheet1.Rows.Count, 1).End(xlUp).Row ' Get the last line "
版权声明
本文为[Excel_ VBA table จ๊บ]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204230456553868.html
边栏推荐
- MySQL memo (for your own query)
- QPushButton slot function is triggered multiple times
- Unity C# 网络学习(四)
- 【数据库】MySQL多表查询(一)
- Learning Android II from scratch - activity
- View, modify and delete [database] table
- [WinUI3]编写一个仿Explorer文件管理器
- Innovation training (XI) airline ticket crawling company information
- Opencv + clion face recognition + face model training
- Innovation training (V) configuration information
猜你喜欢
Learning Android II from scratch - activity
跨境电商 | Facebook 和 Instagram:哪个社交媒体更适合你?
Perfect test of coil in wireless charging system with LCR meter
Innovation training (IV) preliminary preparation - server
MySQL 慢查询
使用model.load_state_dict()时,出现AttributeError: ‘str‘ object has no attribute ‘copy‘
Unity rawimage background seamlessly connected mobile
POI export message list (including pictures)
What are the redis data types
Independent station operation | Facebook marketing artifact - chat robot manychat
随机推荐
selenium模式下切换窗口,抓取数据的实现
深度学习笔记 —— 微调
Cross border e-commerce | Facebook and instagram: which social media is more suitable for you?
COM in wine (2) -- basic code analysis
C. Tree Infection(模拟+贪心)
Com alibaba. Common methods of fastjson
PHP+MySQL 制作留言板
多线程基本概念(并发与并行、线程与进程)和入门案例
Progress of innovation training (III)
Better way to read configuration files than properties
JS engine loop mechanism: synchronous, asynchronous, event loop
Informatics Aosai yibentong 1212: letters | openjudge 2.5 156: Letters
Sword finger offer: symmetric binary tree (recursive iteration leetcode 101)
解决ValueError: Argument must be a dense tensor: 0 - got shape [198602], but wanted [198602, 16].
Innovation training (10)
The vscode ipynb file does not have code highlighting and code completion solutions
静态流水线和动态流水线的区别认识
Download PDF from HowNet (I don't want to use CAJViewer anymore!!!)
负载均衡简介
Independent station operation | Facebook marketing artifact - chat robot manychat