Search found 49 matches: recording

Return to advanced search

CONSTANTS used in Excel

Hi

How and where do you find the value of CONTANTS used in Excel, ex: xlCenter, xlRight,xlAutomatic, etc? I've search in the .CHM files but didn't find them? I'm recording a MACRO and trying to convert them into Fivewin codes. Please help.

Bert
by bterce@matrixcomputer.com
Mon Apr 23, 2007 6:27 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: CONSTANTS used in Excel
Replies: 5
Views: 1250

... box that displays a list of all users currently online (by listing the people signed on from USERS.DBF). A button on this dialog box enables recording a message in the memo field of the USER.DBF record of the person selected from the list. Another button enables sending one message to all ...
by Roger Seiler
Fri Jan 19, 2007 10:36 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: link to pc on a lan
Replies: 3
Views: 991

Try recording a macro. Then record another macro that runs the first macro. Then debug code and you will find something like Application.Run "Book1!Macro1" Maybe this gives you a clue. Unfortunately, this doesn't work either ...
by NK
Thu Oct 05, 2006 1:53 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call visual-basic routin in an excel .xls
Replies: 10
Views: 1772

Try recording a macro.
Then record another macro that runs the first macro.
Then debug code and you will find something like
Application.Run "Book1!Macro1"

Maybe this gives you a clue.
by Gale FORd
Thu Oct 05, 2006 1:32 pm
 
Forum: FiveWin for Harbour/xHarbour
Topic: call visual-basic routin in an excel .xls
Replies: 10
Views: 1772
Previous

Return to advanced search