I would like to have a macro which imports text into an excel spreadsheet. The macros I currently have do not work on large files as when their temporary worksheets are closed, the data which they...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_100...
I want a large form bigger than the desktop but if i set the height or widtg to what i want they just default to the max deasktop size
Is there a way round this
I only have VB4
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10079666.html
Zones:
Visual BasicDate Answered: 09/10/1998 Grade: A Views: 0
Need to be able to open large .pdf file in browser while it is still downloading. I've seen sites where you click on pdf's and you can see what has downloaded so far, but mine you have to wait till...
http://www.experts-exchange.com/Web_Development/Authoring/Q_10224584.html
Zones:
AuthoringDate Answered: 11/22/1999 Grade: A Views: 0
How would I got about manipulating a 155 decimal digit number? ie. performing normal math functions on it (+, -, *, ^, /, mod, etc).
Thanks
Harliquen.
http://www.experts-exchange.com/Programming/Languages/C/Q_10386976.html
Zones:
CDate Answered: 07/16/2000 Grade: B Views: 0
Hello,
I want to provide my users the option to search a very large table in my database.
I started with a simple LIKE statement, but found out it is a little bit slow for this
job. So I start...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20000323.html
Hi. I updated column in large table (apx. 5 mil. rows). This operation is very long. Is any other case, for this operation ? May I set any options for hight effectivity ?
Exists eventuality run up...
http://www.experts-exchange.com/Microsoft/Development/MS-SQL-Server/Q_20179815.html
I need to open large files. What program is best to use?
http://www.experts-exchange.com/OS/Microsoft_Operating_Systems/Windows/XP/Q_20310975.html
Zones:
Windows XPDate Answered: 09/23/2002 Grade: B Views: 0
My wife works for a small business management company. She was hired to do Excel spreadsheet work. She's good with Excel, better than anyone in the company, but not an expert. I also know Excel ...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_203...
A code like this
...
tmpBitmap := TBitmap.Create;
tmpBitmap.Width := AnotherImage.Width;
tmpBitmap.Height := AnotherImage.Height;
...
crashes when the Height is assigned. If I...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20550402.html
Ok this ought to be simple
999999999999999999999999999999 + 1024
As a String length of 30 it's ok if it's truncated.
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20672382.html