วันจันทร์ที่ 11 กรกฎาคม พ.ศ. 2559

การเพิ่ม Developer Tab Excel

การเพิ่ม Developer Tab

การใช้งาน Macro ควรเพิ่มเมนู Developer เพื่อความสะดวกเข้ามาก่อนตามภาพด้านล่างครับ

1. คลิกปุ่ม Dropdown ตรง Customize Quick Access Toolbar > More Commands…
image

2. คลิก Tab Customize Ribon > ทำเครื่องหมายที่ Developer > OK
image

3. แถบ Developer จะเห็นว่ามีเครื่องมือสำหรับการบันทึก Macro และการเขียน VBA รวมทั้งการสร้าง Control ต่าง ๆ บน Worksheet เพื่อสะดวกในการใช้งาน
image

1. คลิกขวา ที่ ribbon และเลือก Customize the Ribbon.
Customize the Ribbon in Excel
2.เลือก Customize the Ribbon, บนแทบด้านขวาให้เลือก ถูก Developer
 Turn on the Developer Tab
3. คลิก OK

4.จะเห็นแทบ Develper ขึ้น

Command Button

Developer Tab

.









 
To place a command button on your worksheet, execute the following steps.
1. On the Developer tab, click Insert
2. In the ActiveX Controls group, click Command Button.
Insert a command button control
3. Drag a command button on your worksheet.
Assign a Macro
To assign a macro (one or more code lines) to the command button, execute the following steps.
1. Right click CommandButton1 (make sure Design Mode is selected).
2. Click View Code.
View Code
The Visual Basic Editor appears.
3. Place your cursor between Private Sub CommandButton1_Click() and End Sub.
4. Add the code line shown below.
Visual Basic Editor
Note: the window on the left with the names Sheet1, Sheet2 and Sheet3 is called the Project Explorer. If the Project Explorer is not visible, click View, Project Explorer. To add the Code window for the first sheet, click Sheet1 (Sheet1).
5. Close the Visual Basic Editor.
6. Click the command button on the sheet (make sure Design Mode is deselected).
Result:
Excel Macro Result
Congratulations. You've just created a macro in Excel!

Visual Basic Editor

To open the Visual Basic Editor, on the Developer tab, click Visual Basic.
Open the Visual Basic Editor
The Visual Basic Editor appears.
Visual Basic Editor

ไม่มีความคิดเห็น:

แสดงความคิดเห็น

Set MongoDB in the windows path environment

  Let’s set MongoDB in the windows environment in just a few steps. Step 1: First download a suitable MongoDB version according to your mach...