How can I create a titled separator ?
For example
--- Information ---
Like ICQ's
Thanks
http://www.experts-exchange.com/Programming/System/Windows__Programming/Q_10221416.html
Hi everybody, i have a good deal 4 U which is driving me crazy!!! I have to save a xls file in csv format, but i need to use ";" as separators instead of ",". I use the ActiveWorkbook.SaveAs method...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_204...
Zones:
MS OfficeDate Answered: 06/12/2003 Rating: 9.2 Views: 0
I have some *.csv files where the separator is ;
I have the following problem. After I reinstall my OS(Win98) and Excel(XP 2002 version), the files aren't displayed correctly. I mean Excel expects...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_205...
Zones:
MS OfficeDate Answered: 03/02/2003 Rating: 8.4 Views: 37
I wrote a small Visual Basic macro, wich saves xls files in csv format. The problem is, that the macro use ,(comma) as separator, but in the Windows Regional Settings is ;., so if i do the same man...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_205...
Zones:
MS OfficeDate Answered: 02/09/2004 Rating: 7.2 Views: 0
Hi!
I cant seem to separate long int's! How do i get 123456789 to look like 1 2 3 4 5 6 7 8 9?
My program prints 9 8 7 6 5 4 3 2 1.
My code goes something like:-
#include<iostream>
usin...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_20590151.html
Zones:
C++Date Answered: 05/05/2003 Rating: 9.0 Views: 0
How do I spawn a new and separate process(another PHP script) from my current PHP script? The new
process will have screen output during the testing phase only. I want that output to go to a separ...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20674762.htm...
Zones:
PHPDate Answered: 07/14/2003 Rating: 6.6 Views: 5
If you configure two networks using different IP ranges and let them share cables, hubs and switches - can they communicate and would that be a security risk?
Say, one configured on 192.168.0.*,...
http://www.experts-exchange.com/Security/Misc/Q_20812781.html
Zones:
SecurityDate Answered: 12/03/2003 Rating: 7.4 Views: 0
Hello,
I have a string DD-MM-YYYY HH:MM
How I can use split to get 5 fields separated
I used split but it works only with delimiters - / :
With blank space it doesn't work
Thanks
Bonds
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20890189.htm...
Zones:
PHPDate Answered: 02/18/2004 Rating: 8.4 Views: 0
What I want: The username to be printed on the bottom of the 1st page of the printjob.
I found this link: http://support.microsoft.com/?kbid=102712
I tried to create a *.sep file with @N: but...
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/2000/Q_21191181.htm...
Zones:
Windows 2000Date Answered: 11/03/2004 Rating: 7.8 Views: 0
i have a string that contains "RESULT=0&PNREF=VXYZ00912465&ERRCODE=00&AUTHCODE=09TEST&AVSADDR=Y&AVSZIP=N"
How can I assign each value into a separate string in asp.net?
http://www.experts-exchange.com/Programming/Languages/.NET/ASP.NET/Q_21317215.html