Is it possible to call a procedure with a variable that is equal to the procedure name?
Example:
Call CommandButton1.Name
'the name is equal to BuildReport
Sub BuildReport()
...
End Sub
This will not work, is at all possible?
Thanks,
edkuse
I'm trying to create a pivot table in Excel from a vbscript file. The data in the table will come from a database. I have a macro in Excel I created that works perfectly, but there's one part of the code that does not work in vbscript, and it's really got me frustrated.
When I try to assign...
I'm new to using Teradata and was trying desperately to find how to write a SQL query to 1) retrieve a list of all tables or views from a database and 2) retrieve the properties (i.e. column names, data types, constraints) of a table or view.
I know I can simply do this in Queryman, but I need...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.