Hi,
I have the following type of data set:
0.94
0.94
0.94
0.94
0.92
0.94
0.94
0.24
0.66
0.86
0.24
0.94
0.96
0.96
0.96
0.96
0.96
0.96
0.96
0.96
0.96
0.96
0.94
0.94
0.94
0.94
0.92
0.94
0.94
0.94
0.66
0.22
0.96
0.94
0.94
0.96
0.96
0.96
And I want to easily generate a plot that will summarise the...
Hi guys,
I have a number of different format text files which contain strings and numbers which may all be on one line (10000+ instances) or maybe on multiple lines.
Any ideas on how best to handle this?
Thanks
Robert Cumming
www.consultantengineer.co.uk
Hi,
I have a set of frames which is loaded with the following:
<Frameset FRAMEBORDER=0 BORDER=0 BORDERCOLOR="000066" FRAMESPACING=0 cols="21%,*">
<Frame name="left" src="left.html">
<Frameset FRAMEBORDER=0 BORDER=0 BORDERCOLOR="000066" FRAMESPACING=0 rows="60,*" >
<Frame name="top"...
Hi,
I think I'm having a bit og a mind blank, the following code doesn't do what I expect, any ideas why?
sprintf ( text, "cd C:\\Program Files\\MyDir" );
err = system ( "cd" );
err = system ( text );
err = system ( "cd" );
err = system ( "dir" );
When I run it in a console window...
I used to use VC.Net but am in a new job and they only have VC6++.
I am creating a new application and created an instance of CFileDialog, it loads up ok, except it's an old fashioned version, i.e. doesn't include the panel of history, my documents, desktop, favourites etc.. on the left.... I'm...
Hi,
Is there a way (without writing a macro) of highlighting all values in the current row/column that is selected (excel 2000).
i.e.
if cell was selected that all values in column b and row 5 have a conditional format?
Thanks
Robert Cumming
www.consultantengineer.co.uk
Hi,
Not sure if this would be the best place to ask this question but here goes...
I'm working on windows 2000 sp4.
I want to create a shortcut (programatically, initially through dos - but if I get my way later by using visual studio c++), but for the mo I have to use dos scripts.
My short...
Hi,
In Outlook 2000. I can load up the address book. I have it configured to show my Contacts by default. It currently shows the persons name and e-mail address, how can I get it to list the persons phone number as well?
Thanks
Robert Cumming
www.consultantengineer.co.uk
Hi,
I'm new to pivot tables, basically I'm just trying them out to see what they can do.
Ok I've got a block of data on one sheet and I've figured out how to create the table and play around with settings etc... (I can see why this is a handy tool).
However, when I change the original block...
I have the following code:
Dim FileName As String
Dim fileNum As Integer
Dim variable As String
Dim inumber As Integer
fileNum = FreeFile()
'Open Text File For Input
Open FileName For Input As #fileNum
Do While Seek(fileNum) <= LOF(fileNum)
'Store One Line Of Text...
Hi,
Can you do this or similar in VBA (Excel 2000):
// this is how I would do it in C
struct myCoords
{
double x;
double y;
};
struct myBox
{
myCoords coords;
double xLength;
double yLength;
};
// more code
// so that you can have
myBox box;
box.coords.x = 0...
Hi all,
I've been working in the IT field for a number of years (mostly contracting), 90+% in the Engineering Industry.
I would class myself as expereinced in a number of languages and have lots of experience in developing engineering software.
However I have little experience with SQL and...
Hi,
Appologies if this has been asked before, I couldn't find it searching.
I have a lots of rows in excel where col1 is either "y" or "n" e.g.
y text1 text2 text 3 text 4
n text1 text2 text 3 text 4
y text1 text2 text 3...
Hi all
I have a file add-in which I have linked to a menu command, the command opens a text file and loads it into excel adn reformats it.
My question is can I add checkboxes onto the default file open dialog? i.e. at the bottom of the dialog box, I would like to have a group of toggle...
Hi all,
I have a excel vba class module that I have created and I have saved this workbook as an excel add-in (excel2000).
I can add this in to a new workbook that I create and I can see the class module in the VB editor, however when I try to create an instance of this class the the compiler...
Hi All,
I have an excel vba class module which I would like to save and have as an option for others to use as an add-in?
We write a lot of macros to process data where I am and it would be good to have a core set of macro's that is available for users to add-in to there own projects...
Hello,
Ala subject, I know when running a C++ application in debug, .NET identify's that your code has memory leaks, how good is it at actually doing this?
I currently have Viual C++ 6 and it does not do it at all, so was wondering how good is .NET at doing this?
Cheers
Hello,
I have a laptop with a Netgear wireless card installed, I used to live in a house with broadband.
However I moved up inthe world and (down in finances) and bought a flat! But have not yet got broadband installed, so I thought I'd push the boat out and go back to dial-up!!
However my...
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.