Search found 133 matches: vba

Return to advanced search

Re: Question about Excel

driessen wrote:Can you tell me where I can find all this necessary information?


Create a macro in Excel and look at the generated VBA.

See http://wiki.fivetechsoft.com/doku.php?i ... aq&s=excel . There are 2 links to excel related FAQ that you can use as a starting point
by hua
Mon Oct 28, 2019 5:15 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Excel
Replies: 4
Views: 828

Re: Question about Excel

I don't think there's an online complete guide for FW/Harbour. My advise is you search VBA + Excel and adapt your findings to Hb/Fw. That's the way I did. If you have other specific questions about this topic I may be able to answer because I've done many OLE routines. ...
by ADutheil
Mon Oct 28, 2019 1:42 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Question about Excel
Replies: 4
Views: 828

Re: TGRAPH DESDE RECURSO

... de gráfico. Y para saber los gráficos disponibles (apuesto a que no te los acabas), consulta : https://docs.microsoft.com/en-us/office/vba/api/excel.xlcharttype Saludos //---------------------------------------------------------------------------METHOD Save2XLS( nTypeGraph ) ...
by cnavarro
Sun Jun 30, 2019 8:01 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGRAPH DESDE RECURSO
Replies: 10
Views: 2781

Re: TGRAPH DESDE RECURSO

... de gráfico. Y para saber los gráficos disponibles (apuesto a que no te los acabas), consulta : https://docs.microsoft.com/en-us/office/vba/api/excel.xlcharttype Saludos
by AngelSalom
Thu Jun 20, 2019 6:35 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: TGRAPH DESDE RECURSO
Replies: 10
Views: 2781

AscW() function

Hi, all !

VBA (Excel) has an AscW() function. It is used to obtain the Unicode character code. How do I do this on FW ?
by Natter
Tue Jun 11, 2019 10:57 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: AscW() function
Replies: 24
Views: 2172

Re: Microsoft OutLook: como saber si ha sido enviado.

... sé adolecemos de eventos en nuestras clases OLE y por tanto no puedo definir el evento Send. https://stackoverflow.com/questions/2533066/vba-outlook-mail-display-recording-when-if-sent-manually Me pareciera que lo que otros compañeros hacen, cuando han de editar el mensaje a enviar, es ...
by hmpaquito
Sat Mar 23, 2019 4:55 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Microsoft OutLook: como saber si ha sido enviado.
Replies: 3
Views: 749

Importing pipe delimited text file into Excel

Hi guys, I'm trying to open multiple pipe delimited text file into the same excel file albeit within different sheets. How to convert VBA macro code generated below to FWH/[x]Harbour's code? With ActiveSheet.QueryTables.Add(Connection:= _        "TEXT;C:\test\pay32\LHDN\E9139122309 ...
by hua
Fri Mar 08, 2019 8:33 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Importing pipe delimited text file into Excel
Replies: 0
Views: 294

Disable Excel from running

... ole error. Is there a way to block Excel from executing if is already running in memory ? Or to intercept the errors inside the program like in VBA with the "On Error" statement ? Thanks a lot. Massimo
by Massimo Linossi
Wed Feb 13, 2019 6:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Disable Excel from running
Replies: 2
Views: 607

Re: eMailDeskTop

Otto,
This is cool. I have a similar requirement.
Do you have a VBA script that can post an email body and its attachment into a dbf?

TIA
by hua
Thu Mar 29, 2018 5:48 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMailDeskTop
Replies: 3
Views: 1767

Re: OLE, Word and Outlook

... "MAPI" )    oInbox := oNameSpace:Get( "GetDefaultFolder", 6 ) // Enumeration: https://msdn.microsoft.com/en-us/vba/outlook-vba/articles/oldefaultfolders-enumeration-outlook    oExplorer := oOutlook:Explorers():Add(oInbox, 0) // Enumeration: https://msdn.microsoft.com/en-us/library/microsoft.office.interop.outlook.olfolderdisplaymode.aspx  ...
by gkuhnert
Mon Jul 17, 2017 1:31 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: OLE, Word and Outlook
Replies: 2
Views: 769

Como pasa esto de VBA A FIVEWIN

Amigos tengo esto y funciona bien : local oExcel := CreateObject( "excel.application" ) local oBook := oExcel:Workbooks:Add() local oSheet oSheet:=oExcel:ActiveSheet oSheet:=oBook:Worksheets( 1 ) oSheet:Shapes:AddTextbox(1, 50, 125, 250, 130):TextFrame:Characters:Text = "EMPRESA PRINC...
by jbrita
Mon Feb 13, 2017 2:59 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Como pasa esto de VBA A FIVEWIN
Replies: 0
Views: 655

eMailDeskTop

...   On this desktop are 50 emails comfortably. 2.1. HOW DOES eMailDeskTop WORK Incoming emails are copied with by VBA script to the folder eMailDeskTop in Outlook. A Fivewin – program copies these emails as a msg and rtf file and a INI file to a folder on the disk. ...
by Otto
Wed Nov 23, 2016 6:24 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: eMailDeskTop
Replies: 3
Views: 1767

Re: Colocar Excel/Word en Aplicacion

SGS, veja o link https://msdn.microsoft.com/pt-br/librar ... 94819.aspx
tem um exemplo em VBA

algo do tipo
ActiveWorkbook.Close SaveChanges:=False

talvez ajude


e

http://www.pctoledo.com.br/forum/viewto ... =4&t=14925

oExcel:ActiveWorkBook:SaveAs(cARQ,50)
by Sistem
Wed Aug 31, 2016 12:15 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Colocar Excel/Word en Aplicacion
Replies: 10
Views: 3305

Re: Belgian eID-card

... https://github.com/Fedict/eid-mw/wiki/SDK40#Introduction Here is a VBA wrapper: https://github.com/jdt/EID.Wrapper I did't try it yet.
by Marc Vanzegbroeck
Wed Jun 08, 2016 10:46 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Belgian eID-card
Replies: 15
Views: 3583
PreviousNext

Return to advanced search