Search found 133 matches: vba

Return to advanced search

Outlook 2003 and TOleAuto... need some tips

... Outlooks address book to allow a user to pick email addresses? (sort of the opposite of item 1). Any useful links that have samples using Outlooks VBA coding? Regards, Luis Krause
by Luis Krause
Tue May 15, 2007 8:04 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Outlook 2003 and TOleAuto... need some tips
Replies: 4
Views: 1075

tks, in VBA it seems very simple.
But i use fwh, i tried
Romeo
by Romeo
Thu May 03, 2007 4:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How get message from dbx (Outlook Express)
Replies: 6
Views: 1774

This is a VBA Macro where I inserted some code to get all Emails from a folder. Regards Otto Sub SaveEmail() 'Declaration Dim itm As Outlook.MailItem Set olItms = Application.ActiveExplorer.CurrentFolder.Items On Error Resume Next ...
by WINHOTEL
Thu May 03, 2007 3:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: How get message from dbx (Outlook Express)
Replies: 6
Views: 1774

FWH-autocad interaction

Hello Silvio or Arturo Tamayo The problem was solved using VBA for autocad, however i am very interested with tdraw clase (Arturo Tamayo) and Open Design Alliance libraries, my goal is try to do something very similar to Plantwave software (http://www.9sq.co.kr) ...
by cybergrates
Thu Apr 12, 2007 4:18 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Clase Tdwg
Replies: 9
Views: 2844

Word VBA instructions in FW

Hello,

How do I put the next lines in a OLE-instruction in FW ?

Code: Select all  Expand view
    Application.WindowState = wdWindowStateNormal
    Application.Move Left:=0, Top:=43
    Application.Resize Width:=768, Height:=553


Thank you.

Michel
by driessen
Thu Mar 08, 2007 11:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Word VBA instructions in FW
Replies: 2
Views: 851

Search your hard disk or you Office CD for VBA*.CHM or similar help files.

EMG
by Enrico Maria Giordano
Sun Oct 22, 2006 12:20 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Updating an existing Excel Sheet
Replies: 3
Views: 775

Enrico, Marco,

If you try to build a similar sample using Word VBA built in Macro Editor, it does not show the BackColor property. It looks as it is not supported by Windows API. We are doing more research.
by Antonio Linares
Sun Sep 24, 2006 2:01 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: To change color of a tree object
Replies: 21
Views: 5360

... the properties, methods and events of the ActiveX that you are going to use. Another choice is to install if from Microsoft Office built in VBA (macros editor in Word, Excell, etc.) and inspect it from there. > 2. Can I create class to call MyOCX property You may use ERROR HANDLER OnError( ...
by Antonio Linares
Wed Aug 16, 2006 8:16 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: ActiveX VB with xHarbour
Replies: 27
Views: 7974

WebBrowser ActiveX control

... Antonio also shared with me his trick to use the Word VBA editor to use their object inspector. What I had not done before is use the Form designer to access all the MS controls; that's where you'll find ...
by Brian Hays
Sat Jul 15, 2006 7:17 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: WebBrowser ActiveX control
Replies: 19
Views: 6650

Grazie. Mi sono scaricato l'help VBA e sto facendo delle prove. A proposito, tu utilizzi InnoSetup per le tue installazioni ? Ho un problema relativo al richiamo di una funzione di una DLL durante il setup di installazione di una mia applicazione. ...
by Guest
Tue Jan 10, 2006 2:20 pm
 
Forum: All products support
Topic: Inserire una immagine wmf in un documento word via ole
Replies: 3
Views: 1286

... = .T. oWord:WindowState = 1 RETURN NIL Per il resto, puoi fare quello che vuoi ma dovrai studiarti la documentazione (cerca VBA*.CHM sul tuo disco o sul CD di Office). EMG
by Enrico Maria Giordano
Tue Nov 08, 2005 4:43 pm
 
Forum: All products support
Topic: creazione file word da fwh
Replies: 21
Views: 7884

Eugeniusz Owsiak wrote:Richard,

I think it is a good and simple solution but where can I found info of oExcel object property?


regards Eugeniusz


Search for VBA*.CHM in your hard disk.

EMG
by Enrico Maria Giordano
Fri Oct 21, 2005 7:58 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE file name
Replies: 4
Views: 2353

Search for VBA*.CHM in your hard disk.

EMG
by Enrico Maria Giordano
Thu Oct 13, 2005 12:39 pm
 
Forum: FiveWin for CA-Clipper
Topic: OLE
Replies: 10
Views: 3799
Previous

Return to advanced search