Hello,
I have written a code in vba that asks for an input between -9 and 9. When a user inputs a number and pushes a macro enabled button, data that is greater than or equal to the inputted number is displayed. My problem is the output is taking up too much of my worksheet and I would like to create a list like feature. There is a total of 6 columns and depending on the inputted number an output of 5 to 45 rows. Is an active X list my only option?
I have written a code in vba that asks for an input between -9 and 9. When a user inputs a number and pushes a macro enabled button, data that is greater than or equal to the inputted number is displayed. My problem is the output is taking up too much of my worksheet and I would like to create a list like feature. There is a total of 6 columns and depending on the inputted number an output of 5 to 45 rows. Is an active X list my only option?