I'm looking for some assistance in transforming the following Pseudo code into VBA:
Function AFrom an active worksheetGrab all rows where:ColumnB = X and ColumnC = Y and ColumnD = ZFunction BCreate a Bar Graph of all rows grabbed from Function AColumn A is bar titles along X axis and ColumnE is bar height (Y axis)Any examples or sample code to peform these functions would be greatly appreciated. Looking for a very basic solution that I can embedded in my application.
Thanks
Bookmarks