473,612 Members | 2,129 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Reflections WRQ VBA

1 New Member
I have been using Reflections for a while and I am familiar with macros, but am new to VBA. I need a VBA code that I think is fairly simple, but being new I need help. I have a piece of equipment that I interface with Reflections. I need to run the following command (BTSAggregate1: BTSPort-xx) and then have an input box popup to ask for the value of the "xx" in the command and then execute the command.
Apr 1 '09 #1
0 1643

Sign in to post your reply or Sign up for a free account.

Similar topics

1
1147
by: Horst Klein | last post by:
I want set different properties of any object at runtime. With the Function below it works well, but not perfect Is there a way to set properties of any type with its value Principle "one-line-code": Dim propertyValue As Object = myPropertyType.Parse(GetType(myPropertyName), myPropertyValue) obj.GetType().GetProperty(myPropertyName).SetValue(obj, propertyValue, Nothing)
1
1384
by: Michael | last post by:
Hi All, I've finally getting into .NET and have a question for you all. I'm creating an app that needs to insert user data into a word doc. One way I thought of doing this was to save the Word Bookmark names, Control names and db field names in a XML file. in the app I would like to be able to load those items into memory and use these items to fill out the word doc without the code knowing the name of the controls or db fields. Heres an...
4
1545
by: Yahoo | last post by:
I have an object being passed into a method that I know implements the + operator. How can I execute this method if I dont know its type? What I want to do is... public object Add(object o1, object o2) { //what needs to happen //return o1 + o2;
2
2064
by: pemo | last post by:
Certain that it's been linked to before from c.l.c, but I've only just noticed it ... so I thought I'd post a link for others that haven't seen it. http://www.acm.org/classics/sep95/ P.S. http://www.acm.org/classics/oct95/ is the classic Go To Considered Harmful.
2
1213
by: price3 | last post by:
I am student doing the typical ray tracer in C on Sun Sparc. One of the features is glossy reflections, where the reflected angle is slightly skewed a number of times depending on a variable, and the resulting color is averaged. The problem is, all the glossy reflections come out pure white. You may think the color is not being averaged properly, but the strange part is, when a put a printf statement in the code to check the value of the...
0
1270
by: arturbl | last post by:
I just finished my sort of MVC/P framework where I do url rewriting. During the url rewriting I access properties of the controller/presenter based on the url. First thing that most of us would probably do is to use reflections to dynamically acess properties of the controller on the run-time. Not possible with reflections in the partial trust environment on shared host !! So I switched to methods of System.ComponentModel and use right...
2
1615
by: sandeepj | last post by:
Hi I am trying to get a name of the function from the user and trying to invoke that function using the string alone is there any way possible in doing so in C. thanks sandeep
7
1313
by: patilanjana | last post by:
Hi Dynamic isql programming. I am trying to present the query results. I get the desired results. But I also get greenish extra blank rows before my populated rows. I hope you are understanding what I mean. Thanks Anjana.
3
1328
by: rlkozar | last post by:
Here is what I am trying to accomplish. I have to be able to load the type from an object then find the property requested to be returned. Sounds simple, and I can do it if I explictly cast the object but I need this to be dynamic as the items in the object could be of one type in one control but different in the next. I am probably missing something but I keep getting this Error "Object does not match target type." Type dataItem =...
0
8105
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8605
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
7039
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6076
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5532
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4045
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4109
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1695
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1413
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.