Hi
The problem i'm having is the following
I've made a Crystal Report and as datasource i've used SQLA as server, vlinx as database.
Now i'm need to acces this report trough vb6 which works,
But SQLA is my test enviroment. SQLB is my working enviroment.
But in the code the report won't accept...
dear developers
I have a very strange problem
I use VB to adress a Excel Workbook.
And i use a sheets name to adress it
But it would only work with the first 7 sheets,
after that he would give "subscript out of range"
this is my code
Private Sub ArrayRes()
Dim strLabonaaam As...
Hi everybody
how do you put a formula in a cell with VB 6.0
I tried making a macro and adapting the code but it still won't work
I've got this none-working code
oSheet1.Cells(TlRow, 9).Select
ActiveCell.Formula = "=IF(ISNUMBER(G" & TlRow & ");IF(ABS(H" & TlRow &...
Does anybody know how to kill the default Combo box Edit Context menu of multiple combo boxes on the same form?
I've found some code but it won't work with more than 1 box on the form.
Thnx in advance
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.