VBA Conditional Formatting
问题 I am struggling to figure out an elegant way to apply conditional formatting rules via VBA. I prefer VBA because a) the rules will apply to multiple worksheets, and b) it prevents the CF duplication problem when copying/pasting between worksheets. I have a list of inventory items, all kept in different locations. I want to format based on location with the following formatting: Font color (will change for each location); Top border (same color as font); Bottom border (same color as font) Also