Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
2003 & 2007
Is there a way to obtain, via Inputbox, to run the code line below: "MyToolsObject.Test" X = "MyToolsObject." & Application.InputBox("VB.NET File to test: ", "ENTER PROCEDURE NAME") Assume: X = "MyToolsObject.Test " Effectively, how can I "Execute" X as if it were the codeline below? Sub DecodeRunDLL() ' Dim MyToolsObject As ToolsNET.Tools Set MyToolsObject = New ToolsNET.Tools MyToolsObject.Test ' <<<<< *********** How Execute "X" Set MyToolsObject = Nothing End Sub TIA EagleOne |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can VBA If...Then execute a block of code instead of a single line | Excel Programming | |||
LINE INSERTION IN TEXT !!! | Excel Programming | |||
how do you execute single line of code? | Excel Discussion (Misc queries) | |||
Line insertion | Excel Programming | |||
VBA Code- Row Insertion | Excel Programming |