• Tidak ada hasil yang ditemukan

How to clean-up the excel workbook

N/A
N/A
Septy Eka Lestari Nur

Academic year: 2024

Membagikan "How to clean-up the excel workbook "

Copied!
5
0
0

Teks penuh

(1)

How to clean-up the excel workbook

<To Add macro>

1. Please copay the macro to your personal macro workbook.

--- Public Sub Disclose_All_name() Dim name As Object

For Each name In Names If name.Visible = False Then name.Visible = True End If

Next

MsgBox "Finish", vbOKOnly End Sub

---

If you haven not used macro, please see the annex.

2. Please “run” the macro above

Because sometimes lots of “definition of name” are hidden.

<Delete the name>

1. Open the workbook that you want to clean up the defined names in Excel

2. On the Ribbon, go to Formulas tab, and tap or click on Name Manager in the Defined Names group.

3. Select the name or names (holding down Ctrl key to select multiple names, or Shif key to select a range of names contiguously) that you want to delete.

4. Click or tap on Delete button. Press OK again to confirm the deletion.

(2)

2

(3)
(4)

<How to use macro>

1. Developer Tab

(ア) To turn on the Developer tab, execute the following steps.

(イ) Right click anywhere on the ribbon, and then click Customize the Ribbon.

(ウ) Please crate Personal macro workbook

https://trumpexcel.com/personal-macro-workbook/

(エ) IF you cannot use macro, please check your security setting.

https://support.office.com/en-us/article/change-macro-security-settings-in-excel-a97c09d2- c082-46b8-b19f-e8621e8fe373

4

(5)

1. Record Macro 2. Macro – visual basic 3. Visula basic - Insert

4. Modul -copas rumus – klik run -run sub – save 5. Formula -namae manager -hapus data semua 6. Data -edit link -breka link – save yes2 aja buka lagi

Referensi

Dokumen terkait