Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: GrahamUNC
  • Content: Threads
  • Order by date
  1. GrahamUNC

    Save As Existing Filename

    Hello all, I am using the built in Save As dialog box to get the name for a text file I am going to write out. However, I want to check to see if the filename already exists in the directory the user wants to save the file to. If the file already exists then I would like a message box to...
  2. GrahamUNC

    Need help with error handling syntax

    I know what I want to say in English but can't come up with the right code that will do what I want. Here's kind of what I want the code to do using my English/VBA sub-dialect. Sorry for the non-technicalness of the code: On error goto handler Handler: if the worksheet is protected then...
  3. GrahamUNC

    Changes cells from combobox on protected sheet??

    So here's the deal: I have 10-15 comboboxes on one sheet where you can select various items from them. The selections from the comboboxes are then placed in cells in other worksheets of the same workbook. There is an option to select nothing from the combobox (ie blank line). If the blank...
  4. GrahamUNC

    Need help with opening help files

    I'm having trouble launching a help file (with the ever creative title of "help")I created from the menu I created for Help. Private Sub mnuHelp_Click() App.HelpFile = App.Path & "\help.hlp" End Sub Am I missing something here or does anyone have an idea why this...
  5. GrahamUNC

    positioning MDI child forms

    I would like all my MDI child forms to come up in the absolute center of my MDI parent form. It seemed logical to me to change the StartUpPosition property of the MDI child form to 1 - CenterOwner but I get an "Invalid Property Value" error with that. Any help would be greatly...
  6. GrahamUNC

    Copying print command to custom menu bar

    I've created a custom menu bar and would like to add the print option from the file menu to that bar. I've written the code to create the new menu bar but just need help with the code to assign the print option to the NewItem that i've created call "&Print". Thanks in advance.
  7. GrahamUNC

    Hiding menu bar in excel

    Does anyone know how to hide the menu bar (ie File, Edit, View, etc.) in Microsoft Excel? Thanks in advance.

Part and Inventory Search

Back
Top