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...
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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.