Advertisement

1 - 10 of 788 containing alltags:("VBA, Excel") (0.004 seconds)
Is it possible to read/write to COM port from VBA modul from Excel? TWA. Oleg Korsak omk@iname.com
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...
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...
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"...
Zones: Ms Office SuiteDate Answered: 02/17/1999 Grade: A Views: 0
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...
Zones: Ms Office SuiteDate Answered: 02/15/1999 Grade: B Views: 120
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...
Zones: Ms Office SuiteDate Answered: 05/10/1999 Grade: B Views: 0
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 ...
Zones: Ms Office SuiteDate Answered: 08/25/1999 Grade: B Views: 0
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?
Zones: Ms Office SuiteDate Answered: 11/01/1999 Grade: A Views: 4
It's possible to disable the Print menu option on excel. If it is, please help me with an example . Thanks
Zones: Ms Office SuiteDate Answered: 11/17/1999 Grade: B Views: 0
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...
Zones: Ms Office SuiteDate Answered: 12/09/1999 Grade: A Views: 0