Shading cells in Excel with AutoHotkey via COM
Shading cells in Excel with AutoHotkey via COM
Shading cells in Excel with AutoHotkey
Connecting to Excel with AutoHotkey is a breeze with COM. Once you have a connection to the correct Excel object (in this case the worksheet) setting the cell shading is super easy!
In the below video I use the following function Shading cells in Excel with AutoHotkey
XL_Handle(XL,3) ;1=Application 2=Workbook 3=Worksheet ;0=clear 1=black 2=none 3=Red 4=Lt…
View On WordPress












