Assignment of date to dtpicker
Sat, 19 Jul 2008 10:12:35 +0200
Hello people,
i have a problem with the component dtpicker. I read a date from a Excel
cell and can't assignment this to dtpicker. Have anyone give me an tip.
Thanks for help and best regards
Michael
...
|
Zuweisung eines Datums an DTPicker Komponente
Sat, 19 Jul 2008 09:04:39 +0200
Hallo Leute,
ich hab in meiner Anwendung ein DTPicker (Kalender-Komponente) um ein Datum
selektieren zu können. Allerdings habe ich ein Problem bezgl. der Zuweisung
eines Datums aus einer Excel-Zelle zu dieser Komponente.
Meine Internet-Recherche brachte keine nennenswerte Ergebnisse.
Kann mir jemand ei ...
|
extract msg file objects from word doc
Fri, 18 Jul 2008 14:20:59 -0700 (PDT)
I have some Word 2003 docs that have many embedded Outlook 2003 .msg
file objects, I want all those .msg files out and in a folder on my
file system, if I try and click and drag them out I get a scrap error
message, either way, I would rather do so with VBA for Office but I
don't know how, there are many .msg fi ...
|
Using HTTP
Fri, 18 Jul 2008 11:16:01 -0700
Is there a way to retrieve text from a process initiated through an HTTP URL?
I have a server side script that can return text, but I don't know how to
get VBA to initiate the process and get the text that is returned. Any
thoughts?
Cory ...
|
forward and backward slide transitions .. programming different so
Fri, 18 Jul 2008 05:10:03 -0700
I have a certain sound play each time the ppt slide show transitions forwards
from one slide to the following one. The same sound plays when I transition
in reverse, ie from one slide to the previous slide. Using standard
functions, is it possible to set different sounds when transitioning forward
and in rev ...
|
Application.FileSearch in 2007
Fri, 18 Jul 2008 19:15:02 +0930
Hello,
I have just upgraded to 2007 and several macros I have using
Application.FileSearch are now failing. The help files that show
differences to the previous version say that FileSearch is now Hidden yet
there are many examples scattered through the help files still using it.
Can anyone tell me the ...
|
spell check language
Thu, 17 Jul 2008 17:36:03 -0700
I wrote a spell checker function, however I could not adjust its language.
Although it has an adjustment part : object objLanguage =
Word.WdLanguageID.wdEnglishUS; , it is not working.
I live in Turkey and it works Turkish.
Can you help me ? Thanks a lot.
public string[] Suggest2(string word)
{
o ...
|
|
|
No Data in Subform?
Thu, 17 Jul 2008 14:35:01 -0700
Hello,
I am having great difficulties with a subform total being displayed on the
main form. I asked this same question yesterday but didn't give enough
information to help with answers.
So....I have a subform that sums a unit price as follows:
Name = ttlCashAdvances
ControlSource = sum([UnitPrice])
...
|
Run-time error 1004: Method 'UpdateLink'
Thu, 17 Jul 2008 08:46:01 -0700
When running this code in excel I am getting the following error:
Run-time error '1004':
Method 'UpdateLink' of object '_Workbook' failed
What's wrong? Here is the code I'm using:
Sub UpdateSelectedLinks()
Dim aLinks
Dim cLink As String
Dim i As Integer
Application.ScreenUpdating = False
aLinks = Acti ...
|
Button to break links, delete all vba code & save as
Wed, 16 Jul 2008 08:40:01 -0700
I have a workbook that needs to be e-mailed out to many people. I would like
to create a button that the user can click which would break all the links in
the workbook, delete all the VBA code in the workbook & open a save as box so
the user can specify where to save the file.
I have the break links code:
...
|