At the login screen I get choices for the Domain to select. The problem is the domain I want is not a selection and it won’t let me type it in. Where is it getting these options from and how do I change it or let it revert back to me typing it in?
Thanks,
Jim
I want to be able to execute a Sub whenever the user selects the “Save Icon” or tries to do a “File-Save” command. The end result is to keep a user from saving the active document that has an extension other than .doc.
Is there a way to tie this in?
Thanks,
Jim
I want to be able to remove the “Save Prompt” for certain users when closing there documents because the changes should not be saved. I tried the simple macro below with no luck. Any ideas?
Sub AutoClose()
ActiveDocument.Close wdDoNotSaveChanges
End Sub
The file name used in this statement changes revisions from Qc-313a.DOC to Qc-313b.DOC. I want to be able to use a wildcard and not change the code when the file revision changes. Can someone tell me why the "*" does not work as a wild card in the statement below?
Application.PrintOut...
I’m looking for a way to set the print margins to certain values based on the file extension of the file being opened. The settings also produce a “Fix or Ignore” message that also has to be dealt with. This is because it has some text outside of the print area.
I’d appreciate any suggestions...
I wrote a small program in 2005 Express and found out that it will not run on the Win95 OS. I was wondering if someone could show an example of what the code would look like if written in VB6?
Thanks in advance,
Jim
Public Class Form1
Private Sub Button1_Click(ByVal sender As...
I wrote a small program in 2005 Express and found out that it will not run on the Win95 OS. I was wondering if someone could show an example of what the code would look like if written in VB6?
Thanks in advance,
Jim
Public Class Form1
Private Sub Button1_Click(ByVal sender As...
All,
After installing the Recovery Console I rebooted the computer and started the recovery Console. It went through its loading process and came up with an error. The error stated that the file iastor.sys could not be found.
Does anyone have any idea?
Thanks,
Jim
I’m having trouble viewing the network drives using VPN. I can VPN in and get into OutLook send and receive mail okay but cannot map or see any drives under my login. While logged in if I try and login into the server using the IP address it warns me that I’m already logged in. If I use a...
I have a small VB 5.0 project that I want to convert into VB 2005 Express edition.
When I try and upgrade it gets an error "Upgrade Failed". There is no other information giving on how to fix the error.
Does anyone have input on how to get an app out of 5.0 and into 2005 Express Edition. Any...
Can anyone look at the IIF statment and tell me whats wrong with the syntax?
SELECT Employees.EmpID, Employees.LastName, Employees.FirstName, Employees.State,
IIf (Employees.State = "YES",[Lastname] & " " & [Firstname] AS [Full Name], IIF (Employees.State = "NO" [lastname]))
FROM Employees...
I have a work order table that has three one-to-many relationships with an employees table. The work order table will reference three different employees for each record using the employees primary key index (auto number) instead of a last name. When I create a query on the work order table to...
I have a memo field in a report that I use the “Publish it with Microsoft Word” option to export the data. The paragraphs of information in the word document are not controlled by the margins but be the hard returns that are produced during this export. How do you suppress the hard returns...
When I concatenate the Date, Title, and Time field together I lose the formatting for the Date and Time fields from what was set in the table. How do I set the Date and Time format in this example? I had the date set to "mmmm dd" in the table.
SELECT [date] & " " & [Title] & " " & [time] AS...
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.