Hi Guys, I am trying to design a program whereby the user will click on button in a form and the system will upload a form from a different excel/vb file entirely. Please could someone tell me how that works or if it is possible at all? Thanks. Ini :?:
You want to embed excel into the form, or you want to read the excel data and display it?
I took a different approach instead. I used the Form in one workbook to input data to different closed workbook, thanks. Ini