Greetings - my goal is to show a range of cells from a worksheet named "Data" in a userform so that this range can be visible on another worksheet named "Input" in the same workbook. I will need this userform to remain viewable while working in "Input" until the userform is closed by the user. I will set up a button to call this macro/code on the "Input" sheet. I'm also familiar with setting up userforms and inserting controls such as images, labels, text boxes, etc. but am at a loss on how to create this code.
The range of cells to be shown is from $A$50 to column 'G' and the last used row of column 'D' (the last row will fluctuate as dictated by column 'D'. Also, there will be no data below the last used cell in column 'D'). I'd like the userform to show this cell range like a picture (keep formatting) if possible. Is a userform the best way to do this? I'm open to suggestions if not. Can someone please assist me with writing this type of code?
Thank you in advance for working with me.
The range of cells to be shown is from $A$50 to column 'G' and the last used row of column 'D' (the last row will fluctuate as dictated by column 'D'. Also, there will be no data below the last used cell in column 'D'). I'd like the userform to show this cell range like a picture (keep formatting) if possible. Is a userform the best way to do this? I'm open to suggestions if not. Can someone please assist me with writing this type of code?
Thank you in advance for working with me.