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 strongm 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: *

  1. WalkerEvans

    Office Security Issues - Forms Protection - Word 2003

    The IT shop here at my day job had to rebuild my entire system profile last week (Windows 2003) due to a power supply problem, and I've lost some critical functionality under Office 2003. My problem is that I can't set Forms protection on any of my Word documents. This is something that I have...
  2. WalkerEvans

    Error 4198 - Command Failed

    Hi! Can anyone shed some light on this? I am getting the following error: Run-time error '4198' Command Failed This is showing up at the bottom of a macro that opens a Word document, allows changes to be made, prints and deletes that document and then opens a form-field document which is...
  3. WalkerEvans

    Error 1004 - Unable to set Unlock Property of Range Class

    I password protect everything built for general use around here; it keeps inquisitive fingers out of my formulas and confines entries to only those places where data should be entered. I'm now working on an Excel project which requires that a small range of cells be protected until all of the...
  4. WalkerEvans

    Application.OnKey Not Working Properly (?)

    I have the following code that is not working: Sub Interest() Worksheets("Debt w_Interest").Visible = True Worksheets("Sheet1").Visible = False Worksheets("Debt No Interest").Visible = False Dim Msg, Title, Style, Response Msg = "Press ""END"" Key when done" Title = "TO CALCULATE WHEN...
  5. WalkerEvans

    Workbook_Open ... Doesn't!

    There is something wrong with this code, but I can't seem to find it. Private Sub Workbook_Open() Dim Msg, Style, Title, Response Msg = "Is this an Interest bearing debt?" Style = vbYesNo + vbInformation + vbDefaultButton2 Title = "CHOOSE TYPE of DEBT - Interest/No Interest" Response =...
  6. WalkerEvans

    Launching a macro from an cell

    I have given up trying to work this one out for myself. There must be an answer to this somewhere in the Excel Help files, but many days of searching there (and here) have left me with nothing but a dull ache behind my eyes. Is it possible to launch a macro from a cell? One of my users...
  7. WalkerEvans

    access excel worksheet from word

    I have written a macro to capture data from a Word-based form and transfer it to an Excel spreadsheet. I can capture the data and write it, no problem, but I need to write to a specific worksheet, depending on the data in one of the captured Word form-fields. I can't find a command combination...

Part and Inventory Search

Back
Top