We have a distribution list which has an internet email address. The users in the list can all receive any emails sent to that address ok, but I would like to have the system setup so that if any of them send emails, the reply address is that of the distribution list.
Is this possible?
Many...
I am trying to create a html page which has a button on it which logs off the user.
The script works fine when I do it in VB6 but all I get is the message box when it is in the html page.
are there any limitations to what scripting you can use in html.
Here is the html script:
<HTML>
<HEAD>...
I am trying to create a html page which has a button on it which logs off the user.
The script works fine when I do it in VB6 but all I get is the message box when it is in the html page.
are there any limitations to what scripting you can use in html.
Here is the html script:
<HTML>
<HEAD>...
It hides columns C to AL ok, but it doesn't set the column width of the specified columns to 8.43 (does nothing, no error)
It does work if I hardcode the columns in instead of using the variable. eg: "Columns("P:AA").ColumnWidth = 8.43"
I am trying to hide certain columns based on a value entered into a cell.
This is what I currently have:
Sub Prepare()
Dim MonthNumber As Integer
Dim MonthRange As Range
MonthNumber = ActiveSheet.Range("C3").Value
If MonthNumber = 1 Then
Set...
We have an Access 2002 database which has been setup for replication.
Does anyone know how to turn off replication for the database or any other way to delete the fields automaticaly created in each table by the replication process.
Many thanks in advance.
Matt Cottrell
Many thanks for your help Christiaan, but unfortunatly that didn't fix the problem.
I did manage to fix the problem myself however by declaring Value1 as a Variant rather than a string:
Public Function NumberCorrection(Value1 As Variant) As Double
Dim Var1 As string
If IsNull(Value1) Then...
Hi,
I am trying to write a function is passed a string and returns a number
It works fine untill I pass it a null value, I get an "Invalid use of Null" Error
Here is the code I have use for the function:
Public Function NumberCorrection(Value1 As String) As Double
Dim Var1 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.