home *** CD-ROM | disk | FTP | other *** search
/ On Hand / On_Hand_From_Softbank_1994_Release_2_Disc_2_1994.iso / 00043 / s / examples / collhelp.xl$ / COLLHELP.XLM (.txt)
Excel Spreadsheet  |  1992-09-29  |  4KB  |  49 lines

  1. Sheet: 
  2. (0, 0)        This macro sheet contains one user-defined function, CONCATENATE, that is called by the college expenses worksheet
  3. (0, 1)         
  4. (2, 0)        concatenate
  5. (2, 1)        CONCATENATE
  6. (2, 2)        takes a horizontal array (i.e., one that is 1 row
  7. (3, 0)        
  8. (3, 1)        TRUE
  9. (3, 2)        tall) and returns the result of &'ing all the
  10. (4, 0)        
  11. (4, 1)        TRUE
  12. (4, 2)        entries together as text, separated by
  13. (5, 0)        
  14. (5, 1)        TRUE
  15. (5, 2)        "separator"
  16. (6, 0)        concat.accum
  17. (6, 1)        
  18. (6, 2)        
  19. (7, 0)        concat.col_ctr
  20. (7, 1)        0
  21. (7, 2)        
  22. (8, 0)        concat.current_entry
  23. (8, 1)        
  24. (8, 2)        
  25. (9, 0)        
  26. (9, 1)        TRUE
  27. (9, 2)        
  28. (10, 0)        
  29. (10, 1)        TRUE
  30. (10, 2)        
  31. (11, 0)        
  32. (11, 1)        FALSE
  33. (11, 2)        
  34. (12, 0)        
  35. (12, 1)        TRUE
  36. (12, 2)        
  37. (14, 0)        auto_loader
  38. (14, 1)        auto_loader
  39. (14, 2)        by pointing a worksheet's auto_open at this
  40. (15, 0)        
  41. (15, 1)        TRUE
  42. (15, 2)        macro, you ensure Excel will always load this
  43. (16, 0)        
  44. (16, 1)        
  45. (16, 2)        macro sheet when the worksheet which relies
  46. (17, 0)        
  47. (17, 1)        
  48. (17, 2)        on CONCATENATE is opened
  49.