Page 2 of 2 FirstFirst 12
Results 16 to 17 of 17
  • Thread Tools
  1. Plutonium Lounger
    Join Date
    Mar 2002
    Posts
    84,353
    Thanks
    0
    Thanked 10 Times in 10 Posts

    Re: Convert to Text (XP SP2)

    To make macros and custom functions available to all workbooks, they should be stored in a module in the personal macro workbook Personal.xls or in an add-in. Personal.xls is easier; see Legare Coleman's <!post=Personal.xls Tutorial (All),118382>Personal.xls Tutorial (All)<!/post>. As noted before, to use custom functions that are stored in Personal.xls they must be prefixed:

    =Personal.xls!NumWord(A1)

    The code can be transferred to Personal.xls in two ways:
    - By copy and paste, or
    - By dragging Module1 from Tony's workbook to Personal.xls in the Project Explorer in the Visual Basic Editor.

  2. Gold Lounger Rebel's Avatar
    Join Date
    Jul 2001
    Location
    Hanmer, Ontario Canada
    Posts
    3,024
    Thanks
    0
    Thanked 1 Time in 1 Post

    Re: Convert to Text (XP SP2)

    Thanks Hans. Looks like I've got some reading to do this evening.
    John
    A Child's Mind, Once Stretched by Imagination...
    Never Regains Its Original Dimensions

Page 2 of 2 FirstFirst 12

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •