I have a template add-in in the startup path for MS Word 2003 (SP3).
If I have a user with Outlook set to use Word as the email editor, this affects the template add-in for Word. If Outlook is loaded first, followed by Word, the template code does not fire. However it works correctly if Word...
I've been given the task of providing recommendations for upgrades to an Access 2003 database that links to SQL Server data.
I have one user in particular that is bypassing the Access application and creating his own, directly linking to the tables. What I want to do is allow read/write...
I have a workbook where the code copies one of two "template" sheets to a new workbook, copies all cells and pastes the values. The sheet is then password protected and saved separately.
The issue is that the master workbook (containing 6 sheets, 2 user forms and 4 modules) is 492 KB in size...
I've had a look at the posts re SumProduct with a wildcard, but my problem is a little different.
I have some criteria that may be blank, in which case I don't want them included in the SumProduct at all.
My actual SumProduct formula requires an additional 3-4 criteria, but I've shortened it...
I posted this question in the VB Script forum as well, but haven't yet found the answer.
I have a custom form in Outlook that uses the CustomPropertyChange event to hide or display different controls each time the value is changed within a list box. Sample of the code appears below:
Sub...
I have a custom form that uses the CustomPropertyChange event to hide or display different controls each time the value is changed within a list box. Sample of the code appears below:
Sub Item_CustomPropertyChange(ByVal Name)
Select Case Name
Case...
I have a field defined as Single data type, Fixed format with 3 decimal places. When I type a value that has 3 decimal places, the last digit is rounded so that it always displays as zero. So if I type 15.752 I get 15.750, 1.105 becomes 1.110 etc.
Any ideas?
I'd like to create a number of hyperlinks in a Word document that link to various shared Word templates. However I don't want the hyperlink to open the template; I want it to create a new document based on the template.
Basically I want it to perform the same function as if you selected File...
AAAAAAAAAAGGGGGGGGGGGGGGGGGGGGGHHHHHHHHHHH!
Sorry, had to get that out of my system.
I'm having trouble with using GetObject to manipulate Word from Access.
Sample:
Function StupidWord()
Dim objWord as Word.Application
On Error Goto ErrHandle
Set objWord = GetObject(...
I've made the erroneous assumption that when you create a new user in a secure database and add them to specific groups, they inherit all the permissions for those groups. However what I'm finding is that the user doesn't automatically have permission to open the database object, even if they...
As a contractor working predominantly on databases I haven't developed, it can be a daunting task trying to find references to tables, fields or functions within a list of several hundred queries.
The following code is attached to a command button on a simple form listing all queries in the...
AAAARRRRRGGGHHHHH!!!!!!!!!
I'm having constant fun and games using CreateObject and GetObject. In the following sample, if Word is not running I get error 429, but Word is not being launched.
As soon as I reach the ".Documents.Add" I get error 91 - object not set. I can use Shell to...
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.