How can I set the color of a excel sheet tab??
for example how can I do Something like this:
Sheets(“nombre de la hoja”).Tab.Color= vbYellow
How can I set the color of a excel sheet tab??
for example how can I do Something like this:
Sheets(“nombre de la hoja”).Tab.Color= vbYellow
Hi,
How about shortcut keys .
Ctrl + PgDn - Choose the sheet ;
Alt + H + O + T - Add color ;
Use SendHotKey activity to pass them.