Hey There - New to VBA & I need to workout how to hide a certain number of rows from a different worksheet based on the value inserted on another worksheet.
Details are:
* 'Summary' worksheet cell 'H10' the user inserts a value (e.g. 350), which is the # of records which will need to be completed in the 'Testing Records' worksheet
* 'Testing Records' worksheet data can be completed from row 5 to 1000
* Using the example value of 350, I want to then hide row 351 to 1000
* Also need to allow if they change the value amt (either decrease or increase) the rows visible will alter.
Hope the above makes sense!!!!
Details are:
* 'Summary' worksheet cell 'H10' the user inserts a value (e.g. 350), which is the # of records which will need to be completed in the 'Testing Records' worksheet
* 'Testing Records' worksheet data can be completed from row 5 to 1000
* Using the example value of 350, I want to then hide row 351 to 1000
* Also need to allow if they change the value amt (either decrease or increase) the rows visible will alter.
Hope the above makes sense!!!!