WYokeCheng
Programmer
I need to develop an application using VB, and within my program call up an existing Excel sheet to allow user to do entry. Afterwhich the control need to pass back from Excel application to my VB program to do authentication and then my program will save the Excel file to another file name according to a specific directory path and filename.
My problems here are :
a) How can I disable most of the options in Excel (leaving only perhaps the 'Exit' option), so that the user cannot perform other operations, e.g. save the file by themselves?
b) Will my VB program be able to save the Excel file after the user has quit the Excel applicaiton? Or is it possible to create a special button in the Excel sheet for user to click when they want to return back to my program?
I've found some threads on how to activate Excel application and saving the file, but they still can't solve my problems. Anyone has the solutions pls help. Thanks in advance.
My problems here are :
a) How can I disable most of the options in Excel (leaving only perhaps the 'Exit' option), so that the user cannot perform other operations, e.g. save the file by themselves?
b) Will my VB program be able to save the Excel file after the user has quit the Excel applicaiton? Or is it possible to create a special button in the Excel sheet for user to click when they want to return back to my program?
I've found some threads on how to activate Excel application and saving the file, but they still can't solve my problems. Anyone has the solutions pls help. Thanks in advance.