Hello, I'm brand new to VBA programming and I'm having an issue.
I have a Range of data contained within Columns A:G, in which the the last row used varies each use. I want a Macro that will look in column C for a blank cell, once found it will delete the row in which the cell is contained from columns A:G, and then shift those 5 columns up.
I have a Range of data contained within Columns A:G, in which the the last row used varies each use. I want a Macro that will look in column C for a blank cell, once found it will delete the row in which the cell is contained from columns A:G, and then shift those 5 columns up.