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...
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...
Hello,
I am a very very basic programmer and I have been struggling with a problem witing data to a database. I am building a machine that is communicating through a serial connection to a process meter. I am retrieving this data, plotting on a chart and hopefully recording it to a db that I...
Hi,
Newby to programming but my question is as follows:
I am currently programming a motion control system that i can control two motors and 8 Inputs and 8 outputs. I am trying to monitor the Inputs for safety issues while displaying the status on the screeen however the thread going in the...
Sorry new with VB and this might be simple or impossible!!!I am trying to use a relative path in an open statemnet to link setup variable to a text file and i dont want it to be an absolute path? How do i do this?
I am new to VB and i am having a difficult time with converting a string to a double. The reason i need to do this is because I am reading and writing to a motion controller via my RS 232 port. The data i recieve in has some characters and numbers which i need to extract The following is an...
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.