I have an VBA question concerning copying 1 worksheet to another workbook. The code that I have been testing works on my PC but when I go to other machines it fails calling an error.The error is :
"Run-Time Error '1004' Excel cannot insert the sheets into the destination workbook, because it...
Hello
i originally posted this in a VB.net forum but was told I might have succee in a VB6 forum. I am trying to create a scatter plot with 2 series of data but I am struggling to find out if MS Chart is capable of doing this? My code is below for performing one series.
Dim Graph(0 To...
Hello
I am trying to create a scatter plot with 2 series of data but I am struggling to find out if MS Chart is capable of doing this? My code is below for performing one series.
Dim Graph(0 To 3, 0 To 1) As Double
Dim Graph2(0 To 1, 0 To 1) As Double
Dim z As Integer =...
I am currently writing a program that communicates with a panel meter via RS485 communication. I am using a USB to RS485 converter but seem to be having a random error at different times in my program. These random times are when I am trying to access this com port using IO.Ports.SerialPort...
I have written a program that uses a com port to retrieve values from a machine to record into a database. In order to do this I have two XML files that store parameters. After installation it comes with an error that it cannot find these files. Using VB2005 Express I need to publish the...
When I look at the properties for the shortcut it says it is an application reference and not a shortcut. I have attached a screen shot of the shortcut. The problem I think I really am having is that it is not creating the working folder with the program.
When I look at the properties for the shortcut it says it is an application reference and not a shortcut. The problem I think I really am having is that it is not creating the working folder with the program. Should it create a folder and an exe...?
Hello,
I have written a program to operate on my system. I recently successfully published through the VB2008 Express software. When I go to install it on my computer it goes through the install wizard and asks me if I want to install which I say yes. It installs quickly without asking where I...
Hello
I am new to using databases and I am struggling with this problem. I am using a VB program to automate a measurement process where I read via a com port some measurements and I want to place them in an access database. I wrote the the code to add a new row with all the data but when I go...
Hello,
I have read other posts concerning this and I still am having trouble understanding this. I would like to create an application for two languages. I understand the use of developing the the other resource files (frmDataEntry.es.resx)from the forms but what if I wanted to add specific...
I was possibly looking for some help with writing small HMI for my company but ran into a question concerning multiple languages. How can I programmatically give a choice of what language the forms will be displayed in. I might need to have English and Spanish. Is there a simple way to do this...
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.