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

    Error printing a word document

    Hi All, I am using the following code to print out a word document from a VB Program. All machines tested on have the same setup (Windows 2000 and Office 2000) and administrator rights. On some machines this works okay and on others the document gets opened an spooled to the printer, but never...
  2. dongal

    How can I detect if a word document is open

    Hi all, I have written the following code to open up a word document and then save it with a time stamp. This works fine. ( Path and File are variants storing the Path and file name of the document) Set wrd = CreateObject("Word.Application") Set docBomb = wrd.Documents.Open(Path...
  3. dongal

    How do I resize an Active X control inside the Data Repeater

    I have created an Active X control to place inside the Data Repeater Control 6.0 on a form. When the form is resized all objects on the form are also resized including the Data Repeater, however, mo matter how hard I try the Active X control within the Data Repeater is only resized vertically...

Part and Inventory Search

Back
Top