I just wrote a VBA game app in Excel 2k just for some fun and two things I cannot seem to do; (can't market this sorry its already copyright ... just a bit of fun to help learn more about the capabilities of VBA in office).
1) get rid of the menu bar (every time I go into custom and turn off the menu ... as soon as I hit apply it comes right back ... is there a command in VBA that will turn this off?
2) the app has a hidden work sheet that keeps random data for calculations for this simple game ... so when the user goes to exit the app its asking to save the changes (even though the workbook is read only) ... is there a way to tell Excel to bypass this? I can sort of think of a kludge as in; save-as file, delete file, ... but hoping there would be a better way ... such as exit no save?
1) get rid of the menu bar (every time I go into custom and turn off the menu ... as soon as I hit apply it comes right back ... is there a command in VBA that will turn this off?
2) the app has a hidden work sheet that keeps random data for calculations for this simple game ... so when the user goes to exit the app its asking to save the changes (even though the workbook is read only) ... is there a way to tell Excel to bypass this? I can sort of think of a kludge as in; save-as file, delete file, ... but hoping there would be a better way ... such as exit no save?