Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: paulmtl
  • Order by date
  1. paulmtl

    Compile error,can't find project or library

    Hi all, I try to run a sample.mdb program and get an error message compile error, can't find project or library ? in the VBA editor Please explain what went wrong ? Thanks in advance,
  2. paulmtl

    VFP to VB codes help

    Hi all, This is my codes in Visual Foxpro, can someone who had knowledge of VFP and VB, helps me to convert to VB. Thanks in advance, CREATE CURSOR crsResult (account C(10),amount N(15,2), percentage N(6,2), ClassCode C(5)) SELECT MyTable INDEX ON Account+ClassCode TAG MyTable && With proper...
  3. paulmtl

    Calculate a percentage

    Hi all, I started my coding to calculate : account amount classcode percentage 11111 100 AAAAA 0.16 11111 200 AAAAA 0.34 11111 300 AAAAA 0.50 --------------- subtotal 600 11111 100 BBBBB 0.16 11111 200 BBBBB 0.34 11111 300 BBBBB 0.50 --------------- subtotal 600 here is the...
  4. paulmtl

    Calculate a percentage

    Hi all, How to create the formula to calculate the percentage out of the total in general format can be used all along ? from myExcel.xls account amount classcode percentage 11111 100 AAAAA 0.16 11111 200 AAAAA 0.34 11111 300 AAAAA 0.50 --------------- subtotal 600 11111 100 BBBBB...
  5. paulmtl

    Percent calculation in VBA codes

    Hi PHV, I appreciate that solution in the thread 707-1057331 but I have to copy one by one that formula to each cell, it's taking more times. That's why I need someone to help me to create the codes in VBA in a loop. Thanks again,
  6. paulmtl

    Percent calculation in VBA codes

    Hi all, How to create the formula to calculate the percentage out of the total in general format can be used all along ? from myExcel.xls account amount classcode percentage 11111 100 AAAAA 0.16 11111 200 AAAAA 0.34 11111 300 AAAAA 0.50 --------------- subtotal 600 11111 100 BBBBB...
  7. paulmtl

    Percent of total

    Hi all, How to create the formula to calculate the percentage out of the total in general format can be used all along ? from mytable.dbf account amount percentage 11111 100 0.16 11111 200 0.34 11111 300 0.50 --------------- subtotal 600 22222 200 0.25 22222 200 0.25 22222 400 0.50...
  8. paulmtl

    Macro help copy&paste

    Hi all, I created a macro16() to copy and paste as you can see below but always copied to the same row means the first row How to correct this macro to copy to second row and so on...? row1 john doe row1 brian die to get : row1 john doe row2 brian die Thanks in advance, the codes by...
  9. paulmtl

    Percent of total

    Thanks Tony, It works great.
  10. paulmtl

    Percent of total

    Hi all, How to create the formula to calculate the percentage out of the total in general format can be used all along ? account amount percentage 11111 100 0.16 11111 200 0.34 11111 300 0.50 --------------- 600 22222 200 0.25 22222...
  11. paulmtl

    Combo box how to

    Hi Skip, Perfect to built combo box, I can select 11111 from combo box and how to past that to the new cell ? TIA
  12. paulmtl

    Combo box how to

    In the Excel workbook
  13. paulmtl

    Combo box how to

    Hi all, How to use combo box in the Excel workboot ? empno: 11111 22222 33333 44444 in order to select empno from combo box Thanks in advance
  14. paulmtl

    Array in workbook

    Hi Frederico Fonseca, Here is the first sheet1 need to be fill from sheet2 and sheet3 in the same workbook. sheet1: Bulk Issue Name Coupon Mat Date 1 FORD CREDIT CDA 2 3 4 sheet2 : ISSUE_NAME COUPON MAT_DATE FORD CREDIT CDA 5.96 3-Dec-35 GM US CIE 6.05 27-Jul-09 SHEET3: ACCOUNT...
  15. paulmtl

    Array in workbook

    Hi Frederico Fonseca, I would like to achieve the input cells from one sheet to other sheets for example : sheet 1 has : cell1 to fill in from sheet2 that contains acctnum# as primary key with custname,address,tel . like in the combobox refers as arrays to be built. When the user picks the...
  16. paulmtl

    Array in workbook

    Hi all, I am very new to VBA and Excel workbook, someone told me to use an array would be very advantage instead of using macro. Please give me some advices and tips to start with an array. TIA
  17. paulmtl

    Data from scratch for test

    Hi all, I have several vfp programs that needed to redo the complete test for each module. I need advices how to create test data from scratch, either from an existing tables or from the sources codes for each module OR both ? means to have the maximum scenarios possible during the test of...
  18. paulmtl

    Alias 'oApp' is not found error

    Hi all, I always have this error : Alias 'oApp' is not found error in my code here: If oApp.lQuit Return ENDIF Please help to explain. TIA
  19. paulmtl

    HTML inside the program

    Thanks a million for all to guide me to the right spot.
  20. paulmtl

    HTML inside the program

    Hi all, I know we can save myreport.frx as myreport.html while opening it. How to do it inside the program and to call the browser to view immmediately ? Any help or advice would be reallly appreciated ? Tia

Part and Inventory Search

Back
Top