Results 1 to 2 of 2

Thread: Pass a string to a Excel Macro??

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Aug 2001
    Location
    Austin
    Posts
    397

    Pass a string to a Excel Macro??

    Is it possible to pass a sting to an Excel Macro?


    I can open the macro but I can't pass a sting to it.

  2. #2
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Newbury, UK
    Posts
    1,878
    You can't call the macro with a parameter??
    OR
    You can't specify in the macro that a parameter has been entered??

    If you put

    Sub Macro1 (myString as String)

    then the macro will be expecting a parameter.

Posting Permissions

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



Click Here to Expand Forum to Full Width