Skip to content

SanbiVN/LocalizeXL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocalizeXL - Add-in Excel

Highlights the orientation of the selected cell in Excel Worksheet (Window Only).

Nhấn tải LocalizeXL v1.71 Tổng tải xuống

*** Mật khẩu vào mã VBA là 1

EXAMPLE

LocalizeXL

LocalizeXL

Execute commands in an Excel application using functions:

Execute Fx argument
On =LocalizeOn()
Off =LocalizeOff()
Change Color =LocalizeSetColor("#FCD220") Hexadecimal Number
=LocalizeSetColor(255) Color Number
=LocalizeSetColor("yellow") Name color (yellow/ye/yl, red/re, blue, green/gr, cyan/cy, magenta/ma, white/wh/wi, black/bl/bk, orange/or, pink, purple/pu, silver/si, violet/vi, Brown/br, Beige/be)
Change Opacity =LocalizeSetOpacity(40) <Number 20~255>
On/Off Fading =LocalizeSetFading(400) <miliseconds 0~4000>
Change All =LocalizeSet(16711680, 40, True) <Color, Opacity, Fading>
Change Add-in or Book =LocalizeSpin()
Reset Add-in =LocalizeReset()
Close Add-in =LocalizeQuit()
Uninstall Add-in =LocalizeUninstall()

SETUP

Add developer tab to ribbon:

  1. Right-click on the Ribbon, and click Customize the Ribbon.
  2. In the Customize the Ribbon list, add a check mark to the Developer tab.

developertabadd

  1. Add developer tab to ribbon

Install Add-in

  1. Open Excel, and on the Ribbon, click the Developer tab
  2. Click the Add-ins button.

ribbontabmacros

  1. In the Add-in dialog box, find the My Macros Custom Ribbon Tab add-in, and add a check mark to its name. install the Add-in

Add-ins

  1. Click OK, to close the Add-ins window.

NOTE

If your project has real-time working Macros VBA, then turn off LocalizeXL, to avoid collisions, by typing in the empty cell function =LocalizeOff()

SCAN VIRUS

https://www.virustotal.com/gui/

About

Highlights the orientation of the selected cell in Excel Worksheet (Window Only).

Resources

License

Stars

Watchers

Forks

Packages

No packages published