G
gimme_this_gimme_that
If I have
Dim v as String
v = "Sub test() " + chr(10) + "MsgBox 33333" + chr(10) + "End Sub"
Is there a way to add a new module and insert the Sub test from the
string variable v ?
Thanks.
Dim v as String
v = "Sub test() " + chr(10) + "MsgBox 33333" + chr(10) + "End Sub"
Is there a way to add a new module and insert the Sub test from the
string variable v ?
Thanks.