Hopefully someone familiar with Excel COM in AutoIt will say "Oh, that's easy, you just..."
Or if someone knows how to set the tab color with the Excel UDF, either way.
specifying the hex directly works...
$oExcelDoc.WorkSheets($Driver).Tab.Color=0x00FF00
declaring the variable dire...