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 TouchToneTommy 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: Goska
  • Content: Threads
  • Order by date
  1. Goska

    Word doc attached to Email, autopoulate to: field

    I am attempting to add a button to a word document that will attach itself to an email and go out to 4 recipients. The problem I am having is that Outlook cannont find the names in my contact list, because they are not in there. I am trying to do this with email formats of...
  2. Goska

    MS Word Forms

    I recently filled out a form in Word, and I was wondering how this was done. There was a small gray box in the space for the answer, and as you typed in it, the box expanded, and would even shift down several lines. Others were size limited so that it would not shift other objects on the same...
  3. Goska

    Problems with copying worksheet in Excel VBA

    I have a problem that is going to drive me nuts. I am doing something just slightly wrong. I am trying to copy a worksheet so I can print it without a gray background to save toner, and for some reason I keep getting errors when I do this copy. Everything else works fine but the copy. I have...
  4. Goska

    Detect Save or Save As Event in Excel to run a macro.

    I think the subject was descriptive enough of my question. I want to be able to intercept a Save or SaveAs that the user is trying to do from the File menu for a portion of my program, so they don't try to overwrite the main file that I have. Thanks in advance.
  5. Goska

    Mathematical Arrays and Operations in VBA

    I am starting a new program and trying to decide what platform to write it in. The Engineer in me is developing this program and there is alot of matrix algebra going on. My available options are MathCAD, VBA, and FORTRAN. I am using 4x4 matrices and 4 term vectors for everything. I know I...
  6. Goska

    Tab Order for ListBox/ComboBox controls in Excel

    I have dropped several List/Combo boxes on a sheet in MS Excel. Is there a way to set the tab order of these without using VBA, as the tab order only needs to be set at design, not runtime.
  7. Goska

    Toggling AutoSave On/Off through VBA in Excel

    I want to turn AutoSave in Excel on/off automatically with VBA. I have a few sensitive areas in a program I am writing, where the file cannot be resaved under a name other than the one I have specified. I am aware that I could change my code to work around this, but it would not be worth the...
  8. Goska

    "Delete Sheets" Error Message in Excel

    I have an Excel workbook being run by VBA. I am deleting some sheets that will not be used based on user button clicks to cut down on memory usage, since my program is being designed to run on a laptop. I can delete the sheets without a problem, but every time I run the program, an error...
  9. Goska

    Setting Combo Box Properties in Excel

    I am trying to set the LinkedCell property of a combo box using visual basic. I cannot find the syntax for this procedure. What I am trying to do is to copy a block of user input cells from a sheet on a button click that brings in a new combo box, with a new LinkedCell and ListFillRange. This...

Part and Inventory Search

Back
Top