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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by paulmtl

  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...

Part and Inventory Search

Back
Top