Description
Generate a standard style sheet .ccs with colors defined within Excel spreadsheet, with a VBA macro
Download : xlsm VBA codes that generates css file
https://www.inventorybigdata.com/wp-content/uploads/tools/generate_genericstyle_css.xlsm
Download : Exemple for css sheet output :
https://www.inventorybigdata.com/wp-content/uploads/tools/genericstyle.css
/* Generated VBA Css */
li {
margin: 10px;
list-style-type: none;
}
ul {
text-decoration: none;
display: flex;
justify-content: space-between;
margin-right: 10px;
}
h1 {
margin-left: 10px;
}
h2 {
margin-left: 10px;
}