I have data in an Excel spreadsheet. I want to use VB 6.0 to connect to it, then pull data into text boxes or list boxes or whatever. I have created a 'front end' by using VBA in another Sheet in the Workbook, but it is too limiting. Additionally, I need to package it all together so that I can give it to a user. I have figured out how to connect, but if the Excel file gets moved the connection is lost. I cannot use Access as the data is the result of a statistical model and is driven directly into Excel. I simply want to be able to replace the Excel file and continue using the VB front end.
1. Can VB read UNC path names?
2. Is it possible to make the spreadsheet a part of a VB project or would that require recompiling the code each time the spreadsheet changed?
3. Does VB have an "installer" which would load the .exe file and the Excel file into a specified directory?
Thanks in advance.
1. Can VB read UNC path names?
2. Is it possible to make the spreadsheet a part of a VB project or would that require recompiling the code each time the spreadsheet changed?
3. Does VB have an "installer" which would load the .exe file and the Excel file into a specified directory?
Thanks in advance.