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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by DrGreg1408

  1. DrGreg1408

    Word Document Extremely Slow to Save

    Gerry, I figured it out. I had the "automatically save versions on close" option (File...Versions) checked to "yes." Some time ago, I had done that. Not a good idea. I had some 20+ versions saved. The document had reached the size of 529 MG! Once I unchecked that option and deleted all the...
  2. DrGreg1408

    Word Document Extremely Slow to Save

    Gerry, No I don't. I also have UNchecked all of the following on the Options...Save tab: Embed TrueType fonts Embed linguistis data Embed smart tags Always create a backup
  3. DrGreg1408

    Word Document Extremely Slow to Save

    I'm having a problem with a Word 2003 document. Whenever I save changes, it takes forever to complete the save. This is a document that has undergone many many edits. It currently has 61 pages, which is not enormous for a Word document. Does anyone know why it's taking so long to save? If it has...
  4. DrGreg1408

    Strange Update TOC Dialog Popup

    Thanks Blue, It happened to be the "Update Links" option in the Print page of the options dialog. I appreciate your input.
  5. DrGreg1408

    Strange Update TOC Dialog Popup

    Hello all, I have a little quirk that I can't figure out. Every time I try to print pages from a long word document (Word 2003), a small dialog pops up with the title "Update Table of Contents" and it gives me two choices: Update page numbers only and Update entire table. If I select one or the...
  6. DrGreg1408

    Page Numbering Blues with Turabian Style

    I do have a Section Break (Next Page) between the two Sections but to no avail. This allows me to use Roman Numbers for one section and Arabic for the other, but it does not allow me to make the change in where the footer should be placed. When I change that in the second section, the first...
  7. DrGreg1408

    Page Numbering Blues with Turabian Style

    Hello everyone, I just can't seem to solve this problem on my own. I am writing a term paper example for my students. I want the paper to display all the characteristics of the Turabian Style for writing Term Papers. According to this style, page numbering for the body is different from page...
  8. DrGreg1408

    Saving Changes to the Tag Property

    Thanks everyone for you help. I guess I never realized that the tag property can only be permanently changed in design view. Your solutions are very helpful. I am quite interested in exploring the topic of Custom DB Properties mentioned by TheACEMan.
  9. DrGreg1408

    Run check before leaving record

    What kind of control is it? If it's a TextBox, then you might try reading its text property rather than its value. If Len(Nz(Me!txtTextBox.Text, vbNullString)) > 0 Then 'Do something End If
  10. DrGreg1408

    Saving Changes to the Tag Property

    I want to programmatically assign a value to the tag property of an open form and then save that change when I close the form so that I have access to it when I open it the next time. Sounds pretty straight forward, but I'm finding that the changes made to the tag are not being saved. Is this...
  11. DrGreg1408

    How to Reference the Path where Word's Custom Dictionaries are Located

    Tony, Your question makes me wonder if my effort to change the active custom dictionary is necessary. In my macro called SetLanguage I change the LanguageID value for every style in the document to the one corresponding to the user's choice that was made in a pop-up form. After that, I change...
  12. DrGreg1408

    How to Reference the Path where Word's Custom Dictionaries are Located

    Hello everyone, A lot of my work involves switching back and forth between English and Spanish while working in Microsoft Word. I wrote a macro that changes all the styles in the document to the Language of my choice and also changes the Active Custom Dictionary accordingly. This saves me a lot...
  13. DrGreg1408

    Disk is Full Error in MS Word

    No. I have been working on my laptop. However, I do use my laptop both at home and at the office. While at the office, I connect up to the Network, but I don't think that should affect my Normal.dot template because that is on my laptop. I do seem, however, to have resolved the problem (knock...
  14. DrGreg1408

    Disk is Full Error in MS Word

    Hello everyone, I am using MS Word 2003. If I have made any changes to the VBA code in either the Normal.dot or my other Global template (MyGlobal.dot), then when Word tries to save the changes to either of those templates, a message about the disk being full pops up and the changes are not...
  15. DrGreg1408

    How to Read the Status of the Built-In Italic Toggle Button?

    mintjulep, That sounds like the way it should work. Otherwise, why have a state property in the first place? Yet, mine always renders as 0. Maybe it has to do with the version. I'm running Office 2003. gsw

Part and Inventory Search

Back
Top