OK, I have installed the Office 2007 Administrative template, and I used it to block the saving of 2007 Word, Excel, and Powerpoint formats, which it does.
The problem I have is now when people open office 97-2003 files or close Outlook they get an error that Office cannot save (yes, when...
Ok, update, maybe this might spark something. I found out that the SearchPDF Function had some unnecessary lines of code and removing these lines of code prevent it from freezing. I did not need to open the 'AcroApp' object to use 'AvDoc' object. so here is the new version of the function...
I decided to add the button that triggers this code to see if it sparks any ideas.
This is from a form with nothing but a command button and a a frame with 4 options(cases 1-4)
Private Sub Command27_Click()
Dim objFSO As Object
Dim strDir(2) As String
Dim rptName(3) As String...
I have an access database, and have it setup to automate the printing of a few reports for storage in a PDFs.
It prints 2 reports to a temp directory.
Merges them into a final PDF.
Then opens it for the user to scan in extra files (usually drawings marked up with inspection problems).
He alsways...
I have a form with a subform, both are single forms (default view), and are used to keep track of Non-Conformance Reports (manufacturing). The main form keeps track of the problem and the subform keeps track of each time it happened.
Problem is i have tried to use the mousehook.dll found here...
Thanks for the info jrbarnett, i would like to be able to write a vba routine, but i dont know how to use it that well yet. the most i can do is add small commands, and how to make some other already made commands work in mine. Im slowly learning vba, but it will be some time till i get to the...
I gotta question, im new to writing visual basic for access and was wondering if theres any list of commands to change the options for the "Find/Replace" dialog box.
I was also wondering how you do a multi word search too. In other windows search engines if you want to find things...
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.