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

    Problems with Word-jump to next line

    I nead to make macro wich will make line in some rows of text. for example... "Welcome to an On-Line Biology Book Table of Contents. NOTES: These pages have been recently (2/97-present) revised and updated. Please let me know your thoughts...
  2. tgoricki

    Disable printing!

    modul: Dim x As New Class3 Sub Register_Event_Handler() Set x.appWord = Word.Application End Sub Class3: Public WithEvents appWord As Word.Application '----------- Private Sub appWord_DocumentBeforePrint(ByVal Doc As Document, Cancel As Boolean) MsgBox ("You can't print!")...
  3. tgoricki

    Disable printing from word with VBA!

    I'm looking for solution on disabling printing for some users using VBA macro. Someone told me that I can do it with controling API. Can someone give me some tips how can I do it? Tomislav Thx
  4. tgoricki

    How to disable printing and editing MS Word document with VBA macro?

    How to disable printing nd editing in MS Word socument with VBA macro? I nead to disable printing for some users, and I nead to protect word document from editing. I can't find nothing that I can use for that two things. Potection with password is no good... Thx!

Part and Inventory Search

Back
Top