L
Legacy 173085
Guest
I'm working on a number of macros to automate some reports I run at work and have hit another wall!
<style type="text/css">#avg_ls_inline_popup { padding: 0px; overflow: hidden; position: absolute; z-index: 9999; margin-left: 0px; margin-top: 0px; width: 240px; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 13px; }</style>
So far my macro creates a new sheet and copy/pastes data from the relevant pivot into the tool.
One of the columns is called 'Loaded" - the answer being either "Y" or ""
My problem is I've got a counta subtotal at the bottom and it's picking up the "" in its count - so it's just counting the total number not the total "Y"s which is what I need.
Does anyone know a way I can write it into my code to clear contents of the "" cells?
Any suggestions much appreciated!
<style type="text/css">#avg_ls_inline_popup { padding: 0px; overflow: hidden; position: absolute; z-index: 9999; margin-left: 0px; margin-top: 0px; width: 240px; word-wrap: break-word; color: black; font-size: 10px; text-align: left; line-height: 13px; }</style>
So far my macro creates a new sheet and copy/pastes data from the relevant pivot into the tool.
One of the columns is called 'Loaded" - the answer being either "Y" or ""
My problem is I've got a counta subtotal at the bottom and it's picking up the "" in its count - so it's just counting the total number not the total "Y"s which is what I need.
Does anyone know a way I can write it into my code to clear contents of the "" cells?
Any suggestions much appreciated!