I have a VBA userform where I am asking users to enter values in 3 text boxes, a sheetname, the x and y coordinates of a particular cell of that worksheet(same workbook). These values are stored in a database for later processing.
Methinks a smarter way would be something similar to the calendar function on websites say for hotel reservations. You click on an icon, up pops a calendar, click on a date and the value is populated in the appropriate box. No messing, no guessing. Using this analogy, I want something like 1. pick a sheet from a listbox on the userform, 2.click on a button, 3. up pops the sheet, 4. click on the desired cell , then 5. the sheetname, and the x and y coordinates are automatically populated in the 3 textboxes on the userform.
Is this stretching the boundaries of Excel?
Methinks a smarter way would be something similar to the calendar function on websites say for hotel reservations. You click on an icon, up pops a calendar, click on a date and the value is populated in the appropriate box. No messing, no guessing. Using this analogy, I want something like 1. pick a sheet from a listbox on the userform, 2.click on a button, 3. up pops the sheet, 4. click on the desired cell , then 5. the sheetname, and the x and y coordinates are automatically populated in the 3 textboxes on the userform.
Is this stretching the boundaries of Excel?