Hi all,
Just wondering if there is a way in VB to select a field/column in a table based on part of its name.
For example, I am currently getting a column by:
Name.field = "USA_ID"
However, I want to be able to use different datasets with the code, and therefore get the column that ends in...
Hi,
I'm trying to make a chart using VB code, however, I want to specify which fields are used for the X and Y axis.
I've found the following code, which works, but I'm not sure how to go about specifying X and Y axis fields. Any ideas?
Copied and pasted from website.....
Description:
This...
Hi all,
I have a question about writing to textboxes using VB.
I have the following code which successfully writes to the immediate window, showing both data and frequency:
for example….
A 4
B 5
C 0
D 6
etc...
' Loop through the values returned by GetHistogram
For i = LBound(dataValues)...
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.