Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a loooong txt string containg code as one long continous line.
IE. str = "sub newFunction dim i as integer, test as integer test = 0 for i = 1 to i=1000 test=test+i next i end sub" Just much much longer. My issue is that I use this string as code for a new module - how do I auto-convert my stringed code to something VB can read? - My string is so long, that it cuts it (when max contents of a line is reached), and therefore it cant interpretate/read the content. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using String as Code for new Module | Excel Programming | |||
VBA code in one Module referencing Public Variables Declared inanother Module failing | Excel Programming | |||
Excel XP VBA code to search all macro code in Excel module for specific search string criteria | Excel Programming | |||
Excel XP VBA code to search all macro code in Excel module for specific search string criteria | Excel Programming | |||
Excel VBA to search all macro code in Excel module for specific string criteria | Excel Programming |