I have a Range of Cells that I would like to transfer to PowerPoint using VBA Macro. The problem is that some of the cells are emty at times and I want to leave them out of the final range that is moved to PPT.
I'm thinking that I have to select the largest possible range and then do some type of 'V' Look-Up and IF/THEN in the code but do not know how.
Any Ideas?
Example of My Thoughts/Logic
1. Look at Range A1:F20
2. If Cells in Column A have contents, Then put all of Row to Column F in an additional table that would be only filled cells
Please help !!!
I'm thinking that I have to select the largest possible range and then do some type of 'V' Look-Up and IF/THEN in the code but do not know how.
Any Ideas?
Example of My Thoughts/Logic
1. Look at Range A1:F20
2. If Cells in Column A have contents, Then put all of Row to Column F in an additional table that would be only filled cells
Please help !!!