Is it possible to read/write to COM port from VBA modul from Excel?
TWA.
Oleg Korsak
omk@iname.com
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10047392.html
Zones:
Visual BasicDate Answered: 05/02/1998 Grade: C Views: 8
i want to reference parts an excel spredsheet
how do i do it?
eg i want cell "A4" to be shown up in a text box in excel and i want the whole "Row B" which has text in most of it i want each part of...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10078834.html
Zones:
Visual BasicDate Answered: 10/10/1998 Grade: C Views: 0
I need to develope a form in Exel 95 that will get data and storet in a worksheet.
My problem consistes in validations. I what to for exemple limit the number of carathers a user can input. This i...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10117066.html
Zones:
Visual BasicDate Answered: 01/14/1999 Grade: A Views: 0
I need help on looping my command.
This is what I have:
C = Range("E1").Value
If C < A And C > D Then Range("A1:Z1").Font.Color = RGB(255, 0, 0)
If C > A And C < B Then Range("A1:Z1"...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
I am trying to fill some data into a diagramm. When I do this by ActiveChart.SeriesCollection.Values=dblMyValues, it works fine with about 10 data points, but when I am trying this with about 100 p...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
I know what VBA is and what it does and where to find the VBA command bar, but how do you enter a VBA command into Excel? Once I've called up the VBA do I just start typing? Do I have to highligh...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
I need to create charts based on data in a column using VBA code. My problems are;
1. The number of data points varies, and I am having problems defining the range to be plotted.
2. Also, how do ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_101...
Hi all!
I met a strange problem - I can't find a way to know single Point (from SeriesCollection) position on chart (as the distances from the left edge and top of the chart area). Is it possible?
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_102...
It's possible to disable the Print menu option on excel. If it is, please help me with an example .
Thanks
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_102...
Excel VBA crashes after I Press ENTER key after modifying code or attempt to add new code. If I change my last line of code and go to compile with mouse - this is ok and saves ok and works ok. Bu...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_102...