Hi,
I have 2 worksheets in a workbook with below names.
1) Input
2) Output
Input is where users can enter data in given fields.
Output is where the data entered in Input is reflected through cell referencing.
Question: It is possible to have a VBA for hiding/showing all those cells which are blank in the output. So that the data is compressed to only what is available or entered by the user in Input for print purpose?
Blank refers to, the user has not entered any data in the corresponding input field thus the output where the cell reference is in place will not show any result.
Bookmarks