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 Wanet Telecoms Ltd 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: delboy1295
  • Content: Threads
  • Order by date
  1. delboy1295

    Prevent Word Exiting until Printing Done

    You techies have been very helpful to me previously - I'd like to try again! I'm calling Word from a bespoke VBA application. I assign bookmarks & print a couple of copies of a document. When I add the line:- WordApp.Quit I get the message that exiting Word will stop the spooling/printing...
  2. delboy1295

    Hiding & Printing a Word Doc from VBA

    I wonder if I may call on your expertise to help me with a problem. I'm developing an app in VBA. After a particular event, I want to take various data and transfer it to a Word Template. I have set up bookmarks and everything works fine. At present the document is displayed and can then be...
  3. delboy1295

    Hide & Print a Word Document from within VBA

    I wonder if I may call on your expertise to help me with a problem. I'm developing an app in VBA. After a particular event, I want to take various data and transfer it to a Word Template. I have set up bookmarks and everything works fine. At present the document is displayed and can then be...
  4. delboy1295

    InStr Function

    A Simple questiob for you wonderful techies! I want to check the validity of certain codes viz:- Dim OKCode, StkCode As String StkCode = Mid(StockItemForm.StockItem.Code, 1, 4) OKCode = "CLT/" If InStr(OKCode, StkCode) = 0 Then MsgBox StkCode, vbCritical cancel = True...

Part and Inventory Search

Back
Top