HI everyone,
I need your help in the error that this code gives me:
#include <iostream.h>
#include <fstream.h>
#include <stdlib.h>
int main ()
{
ofstream outClientFile ( "clients.dat", ios::out ) ;
if (!outClientFile)
{
cerr << "File could not be opened" << endl...
hi all,
I have been checking the program and the thing is that in some point of the program the variables lose their value and they take 0 value. I do not know why, because sometimes is one variable and other times is another variable. I have filled all the inputs with random values, to see if...
hi all,
I am doing a program in VBA. When I run the program the error shown in the subject appears. I can not find where the error is. If anybody can help I will appreciate it a lot.;-)
The code, where the error appears, is the following one (the variables have been defined previously):
Dim...
Hi all,
I am writing a code in VBA for excel i want to write in the code that if you select the text of "120FBK" in a combobox or if you select "125L" in the same combobox, the program runs one thing. The code is the following one, but the program tells me that I have a sintaxis error in the...
Hi all,
I am writing a program in Visual Basic for Applications and I want to disable some excel cells, regarding a condition in the code. Could anybody tell me which is the reference that I should use to get this??The code is the following one and I want to enable and disable the cells (13,10)...
Hi all,
I am writing a code in Visual Basic to do a program in excel and i want to disabled a button regarding a condition. I have written the following code but it gives me an error in : Button3.Enabled = True. It is like the program is trying to tell me that it is not the correct definition...
Hi all,
I am triying to create a combobox in excel but when i run the VB editor it gives me the following error:
error 424
Object required
I do not why because i have assigned the following macro to the combobox button of excel (here i attach the code):
Sub ComboBox1_Click()
With ComboBox1...
Hi all,
I am programming in the VBA of excel and I want to disable some buttons and cells in the excel sheet regarding the values that I introduce in other cells.Do you know how can I do this???
Thank you,
Olatz
Thank you very much,
Could you tell me if it is necessary to declare a function that opens the database in Access to be able to reference the variables in the VBA of excel???If so, could you give me an example, because i am trying to find them but by the moment I have not found anything...
Dear all,
I am doing a programm in VBA integrated in excel and I have done the database in Access, how can I reference the data in the VBA of excel? What is the function name that I have to use in the estructure: Dim data as "Name of the function"? Any help will be very appreciated.
Thanks,
Olatz
Hi All,
Please what active data object should I check to get Table in 'Dim myTable As Table' statement. I am usung VBA 2000.
Any help is appreciated
Olatz
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.