Re: Looking for * in strings.
- From: Stefan Hoffmann <stefan.hoffmann@xxxxxxxxxx>
- Date: Fri, 07 Apr 2006 11:44:08 +0200
hi Douglas,
Douglas J Steele works:
This doesn't make any sense, Stefan.This is correct, but not my problem here. May be i haven't made it clear:
You cannot use Access unless you have a database loaded: it's not intended
for that purpose.
InStr seems to be an overloaded function. These functions can be called at the same time, but they have different boundary conditions, which are _not_ documented.
They have serious side effects.
It would be the equivalent of trying to use Word without aNever used an Excel function in Access?
document open, or Excel without a workbook open.
Public Function ExcelMin(ParamArray Args()) As Double
Dim objExcel As New Excel.Application
ExcelMin = objExcel.WorksheetFunction.Min(Args())
End Function
Exactly what are you trying to do that you feel it's necessary to have VBAA test revealed a serious side effect of an overloaded function, how can this be ignored?
functionality available to you without having an MDB open?
mfG
--> stefan <--
.
- Follow-Ups:
- Re: Looking for * in strings.
- From: Douglas J Steele
- Re: Looking for * in strings.
- References:
- Re: Looking for * in strings.
- From: Allen Browne
- Re: Looking for * in strings.
- From: stefan hoffmann
- Re: Looking for * in strings.
- From: Jan Pit
- Re: Looking for * in strings.
- From: Stefan Hoffmann
- Re: Looking for * in strings.
- From: Douglas J Steele
- Re: Looking for * in strings.
- From: Stefan Hoffmann
- Re: Looking for * in strings.
- From: Douglas J Steele
- Re: Looking for * in strings.
- Prev by Date: Re: Looking for * in strings.
- Next by Date: Re: Characters-Textbox
- Previous by thread: Re: Looking for * in strings.
- Next by thread: Re: Looking for * in strings.
- Index(es):
Relevant Pages
|