Search found 3917 matches: excel

Return to advanced search

Error Fwh 24.02 con XBROWSE

... "Mantenimiento" } ; ACTION OrdenPago() DEFINE BUTTON OF oBar ; FILE op:bmp32+"excel32.bmp" TOP ; PROMPT "Excel" ; GROUP LABEL "CONSULTA" ; COLORS CLR_BLACK, CLR_HRED ; TOOLTIP { "Enviar Consulta a Excel", "Consultas" } ...
by CARLOS ATUNCAR
Mon Apr 08, 2024 6:31 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: Error Fwh 24.02 con XBROWSE
Replies: 0
Views: 90

FWMARIA TOEXCEL ERROR FREEZEPANES

Estimado Foro Al realizar la exportacion a Excel desde un browse me muestra el siguiente error desde algunas consultas Error description: Error Excel.Application:ACTIVEWINDOW/3 DISP_E_MEMBERNOTFOUND: _FREEZEPANES Args: [ 1] = L .T. Stack Calls ...
by cjcardoza
Fri Apr 05, 2024 6:11 pm
 
Forum: FiveWin para Harbour/xHarbour
Topic: FWMARIA TOEXCEL ERROR FREEZEPANES
Replies: 3
Views: 3240

Re: EXCEL CREATE HYPERLINK

When I click on cell from the worksheet named "MASTER" that has a hyperlink to another cell in "DETAILS" worksheet I found the cell in the bottom of the video. This almost always happens. Is it possible to scroll the worksheet so that when I go into a cell that it is positioned i...
by MarcoBoschi
Tue Apr 02, 2024 9:40 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 693

Re: also error with btnbmp SHOWPOPUP

... here there is not a call to END Refresh_title refresh the title of the dialog PrintBrowse print the dbf with treport ExportToExcel save the dbf on excel
by Silvio.Falconi
Sat Mar 30, 2024 2:54 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: also error with btnbmp SHOWPOPUP
Replies: 8
Views: 1663

Re: EXCEL CREATE HYPERLINK

Thanks Marco! Here is: oAs2:Range("A1"):value := [=COLLEG.IPERTESTUALE("#UNO!A1";"MARCO")] Note: Some sites: (https://pt.excelfunctions.eu/) translate COLLEG.IPERTESTUALE (HYPERLINK) to HIPERLIGAÇÃO that gives ERROR. The correct is (here in Brazil): oAs2:Range("A1&...
by Euclides
Fri Mar 29, 2024 8:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 693

Re: EXCEL CREATE HYPERLINK solved

In this way
oAs2:Range("A1"):value := [=COLLEG.IPERTESTUALE("#UNO!A1";"MARCO")]

:idea:
by MarcoBoschi
Thu Mar 28, 2024 1:18 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 693

EXCEL CREATE HYPERLINK

... sito non valido. Controllare l'indirizzo e riprovare" What I'm doing wrong? bye #include "fivewin.ch"FUNCTION MAIN()LOCAL oExcelLOCAL oAs1, oAs2oExcel := CREATEOBJECT( "Excel.Application" )oExcel:Workbooks:Add()iConta := oExcel:WorkSheets:countoExcel:WorkSheets:Add( ...
by MarcoBoschi
Thu Mar 28, 2024 11:45 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: EXCEL CREATE HYPERLINK
Replies: 3
Views: 693

Re: Fivewin Wiki

Hi Antonio,
I just want to check code snippets on how to add new sheet in Excel and how to select a sheet based on name or number
by hua
Sun Mar 17, 2024 8:05 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1805

Re: Fivewin Wiki

Dear Hua,

https://github.com/search?q=repo%3AFiveTechSoft%2FFiveTech_wiki%20excel&type=code

There are many more results on these forums about Excel

What exactly are you looking for ?
by Antonio Linares
Fri Mar 15, 2024 3:56 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1805

Re: Fivewin Wiki

How to search for wiki content on the site https://github.com/FiveTechSoft/FiveTech_wiki ?
I am trying to find the code snippets for Excel
by hua
Fri Mar 15, 2024 3:50 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Fivewin Wiki
Replies: 9
Views: 1805

Re: Hyperlink in Excel

Anybody knows how to how I can return to original cell containing hyperlink after I clicked on it and obviusly moved?
without to create another hyperlink obviously

Have a nice day
Marco
by MarcoBoschi
Fri Mar 15, 2024 11:36 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Hyperlink in Excel
Replies: 3
Views: 906

Re: Does anyone have an Envelope Printing module ?

... a contact database in SAGE and SAGE has quit supporting their Contact info of products. I was fortunant enough to export my Customers data into an Excel file which I imported into MS Access. I have all the usual fields like Company Contact Street City, State and Zipcode In my Customers old Sage ...
by Rick Lipkin
Fri Mar 01, 2024 10:22 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: Does anyone have an Envelope Printing module ?
Replies: 10
Views: 539

Re: Using Excel with Fivewin and OLE

You are correct, seems to easy, thank you.
by byron.hopp
Sat Feb 10, 2024 6:15 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 111

Re: Using Excel with Fivewin and OLE

Dear Byron,

Maybe this way ?

Selection:FormatConditions:Add( xlCellValue, xlEqual, .T. )

just guessing...
by Antonio Linares
Sat Feb 10, 2024 6:12 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 111

Using Excel with Fivewin and OLE

The following line of code is from an Excel recorded macro:

Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlEqual,Formula1:="=TRUE"

Seems like the Add method has three parameters, how do you call this in FiveWin?

Thanks,
by byron.hopp
Sat Feb 10, 2024 1:04 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: Using Excel with Fivewin and OLE
Replies: 2
Views: 111
Next

Return to advanced search

cron