Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Fast Data Processing


I need a new pc or laptop and would appreciate help to find a machine
which will run my excel VBA data processing macros as fast as possible
If you are up for the challenge, contact me at and
will forward my 1.4MB excel benchmark test file for you to run an
respond.
Thanks
Astriko

--
astriko
-----------------------------------------------------------------------
astrikor's Profile:
http://www.excelforum.com/member.php...fo&userid=3146
View this thread: http://www.excelforum.com/showthread.php?threadid=51928

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default Fast Data Processing

Most folks are very helpful on this forum, but I doubt you'll get any takers
to download your vba code and run it; it's not very sensible for security
reasons - how would they know what your code does?

--
www.alignment-systems.com


"astrikor" wrote:


I need a new pc or laptop and would appreciate help to find a machine
which will run my excel VBA data processing macros as fast as possible.
If you are up for the challenge, contact me at and I
will forward my 1.4MB excel benchmark test file for you to run and
respond.
Thanks
Astrikor


--
astrikor
------------------------------------------------------------------------
astrikor's Profile:
http://www.excelforum.com/member.php...o&userid=31465
View this thread: http://www.excelforum.com/showthread...hreadid=519285


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Fast Data Processing


John.Greenan Wrote:
Most folks are very helpful on this forum, but I doubt you'll get any
takers
to download your vba code and run it; it's not very sensible for
security
reasons - how would they know what your code does?

--
www.alignment-systems.com


"astrikor" wrote:


I need a new pc or laptop and would appreciate help to find a

machine
which will run my excel VBA data processing macros as fast as

possible.
If you are up for the challenge, contact me at and

I
will forward my 1.4MB excel benchmark test file for you to run and
respond.
Thanks
Astrikor


--
astrikor

------------------------------------------------------------------------
astrikor's Profile:

http://www.excelforum.com/member.php...o&userid=31465
View this thread:

http://www.excelforum.com/showthread...hreadid=519285



Thanks John, I appreciate the comment. Maybe it would help to explain
what my test macro does.

It is a self-contained file in which the macro first asks the user if
they wish to continue. The file contains all the data and code needed
to calculate the runtime. It finishes by requesting the user to email
me the result.

The macro takes one of a sequence of data strings from one worksheet,
pastes it to a second worksheet where the string is processed by
predictive algorithms and cell formulae, the results of which are
logged into a third worksheet. The macro then returns to the first
sheet to collect the next data string.There are hundreds of data
strings, each containing hundreds of data points. It is intensive data
manipulation.

With a target runtime of 10 seconds, anything better will be great.

Regarding security, the file has a Digital Self-Certificate.

Astrikor


--
astrikor
------------------------------------------------------------------------
astrikor's Profile: http://www.excelforum.com/member.php...o&userid=31465
View this thread: http://www.excelforum.com/showthread...hreadid=519285

  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default Fast Data Processing

Wow - a digital self certificate - oh well that's fine then, I'll just run
this vba code on my machine safe in the knowledge that you certify that you
wrote the code.

If you do want people to run this, you should post the vba code and some
sample data in a csv file. You can ignore me, and the sarcasm, but you're
being a bit naive or uninformed if you think self-signing will make any
difference to security.


--
www.alignment-systems.com


"astrikor" wrote:


John.Greenan Wrote:
Most folks are very helpful on this forum, but I doubt you'll get any
takers
to download your vba code and run it; it's not very sensible for
security
reasons - how would they know what your code does?

--
www.alignment-systems.com


"astrikor" wrote:


I need a new pc or laptop and would appreciate help to find a

machine
which will run my excel VBA data processing macros as fast as

possible.
If you are up for the challenge, contact me at and

I
will forward my 1.4MB excel benchmark test file for you to run and
respond.
Thanks
Astrikor


--
astrikor

------------------------------------------------------------------------
astrikor's Profile:

http://www.excelforum.com/member.php...o&userid=31465
View this thread:

http://www.excelforum.com/showthread...hreadid=519285



Thanks John, I appreciate the comment. Maybe it would help to explain
what my test macro does.

It is a self-contained file in which the macro first asks the user if
they wish to continue. The file contains all the data and code needed
to calculate the runtime. It finishes by requesting the user to email
me the result.

The macro takes one of a sequence of data strings from one worksheet,
pastes it to a second worksheet where the string is processed by
predictive algorithms and cell formulae, the results of which are
logged into a third worksheet. The macro then returns to the first
sheet to collect the next data string.There are hundreds of data
strings, each containing hundreds of data points. It is intensive data
manipulation.

With a target runtime of 10 seconds, anything better will be great.

Regarding security, the file has a Digital Self-Certificate.

Astrikor


--
astrikor
------------------------------------------------------------------------
astrikor's Profile: http://www.excelforum.com/member.php...o&userid=31465
View this thread: http://www.excelforum.com/showthread...hreadid=519285


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Fast Data Processing


While your sarcasm is understandable, it is not very helpful. The code
is confidential. However, the file has been virus scanned before being
signed off with the digital self-certificate. This is to protect the
code from any further contamination.
Astrikor


--
astrikor
------------------------------------------------------------------------
astrikor's Profile: http://www.excelforum.com/member.php...o&userid=31465
View this thread: http://www.excelforum.com/showthread...hreadid=519285



  #6   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Fast Data Processing


At 12 secs, the fastest pc is my still my own Athlon 1.4Ghz, 256ddrRAM,
XPPro, XL2000.
This is closely followed at 13 secs by Matthew's Athlon64 3500
(2.21Ghz), 1024RAM, XP Home, XL2003.
As expected, at the other extreme, at 58 secs is Ed's Apple Mac Min
1.42Ghz 1024RAM, Mc XL2004.

The best laptop so far at 21 secs is Richard's Toshiba Sattellite 1110,
Celeron 1.5Ghz, 256RAM, XPHome (sp2), XL2000

The 10 secs target is beginning to look difficult.

Astrikor


--
astrikor
------------------------------------------------------------------------
astrikor's Profile: http://www.excelforum.com/member.php...o&userid=31465
View this thread: http://www.excelforum.com/showthread...hreadid=519285

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Processing Data dan Excel Worksheet Functions 0 August 13th 06 02:33 AM
data processing Youyou Excel Discussion (Misc queries) 1 November 19th 05 10:42 AM
Free Tool (Add-in) To Speed Up Your Data Processing Danniel Chen Excel Worksheet Functions 0 May 23rd 05 09:11 PM
Data Processing Sedat Excel Programming 0 September 29th 03 05:22 PM
Data Processing Hande & Tolga[_2_] Excel Programming 1 September 16th 03 08:58 PM


All times are GMT +1. The time now is 11:57 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"