missprogrammer
Programmer
Okay the situation is that I'm pull this information from an Olap Cube using MDX quering and VBA. The code is going through a loop and creating several worksheets within the workbook(Totaling 8 workbooks). This will be ran everyweek. The Clients wants to shade the blank cells red.
What type of conditional formating are you talking about, I have missed around with it a little, but its not doing what i wanted it to do so I stoped. It was selected not only the blank cells but the already shaded black cells also. Did I not use it correctly
I can not figure out how to select the last four columns on each sheet which as three sub divisions(ex.Women,Men, Children) each worksheet within the workbook.The code below stores the first column, but from there i want to select the next 3 column. Within the column i want to select the cells that are null and where the cell is not already black and turn red The code is pointing to the last column, that much is working. But what next I dont know.
If .cells(y - 1, x) <> "Answer" Then
blnStop = True
intCalcCol = x
What type of conditional formating are you talking about, I have missed around with it a little, but its not doing what i wanted it to do so I stoped. It was selected not only the blank cells but the already shaded black cells also. Did I not use it correctly
I can not figure out how to select the last four columns on each sheet which as three sub divisions(ex.Women,Men, Children) each worksheet within the workbook.The code below stores the first column, but from there i want to select the next 3 column. Within the column i want to select the cells that are null and where the cell is not already black and turn red The code is pointing to the last column, that much is working. But what next I dont know.
If .cells(y - 1, x) <> "Answer" Then
blnStop = True
intCalcCol = x