Search history
Search filters
  • Hey all, I'm trying to create a macro that asks a user for how many lines of text to insert. The end result will be this is the user typed in "3": <ul> <li></li> <li></li> <li></li> </ul> (you can see where I'm going with this) The user is prompted for how many list items he wants and the above is ...
     Posted in Macros
      Topics
      Views

    Aug 23, 2005
  • I occasionally have to build array definitions for VBA in the form Array(1) = "Some Text" Array(2) = "Some More Text" and so forth. I wrote the following macro to help me do this. It assumes the current document contains the text you want in quotes, on separate lines. As in: Some Text Some More Text...
     Posted in Macros
      Topics
      Views

    Aug 22, 2005