LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 13
Default For better Performance in VBA for Excel - Strings manipulation OR Objects manipulation

Hi,

I have a VBA application that needs to parse data from a string into a
worksheet. I have to consider optimised performance, since the
worksheet contains real-time data.

Is it advisable to keep the data as a Strings..and use the string
manipulation functions for search / find to get my key value pairs ?

OR

Should I create Objects that have the key-value pairs as properties to
set /get from?

Both of them being feasible solutions, which would give me a better
performance? I'm New to VBA and understand from my programming
experience, that both String and Object manipulation could prove heavy
(like in Java - everything is an object) . But not sure, how this is in
VBA's object oriented design.

Please help.

-Megha.

 
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
data manipulation in excel... vlookupabyss Excel Discussion (Misc queries) 0 January 8th 08 11:06 AM
Excel Manipulation Baffled Excel Discussion (Misc queries) 16 July 30th 07 12:34 PM
Excel Spreadsheet Manipulation Baffy Excel Discussion (Misc queries) 21 July 29th 07 01:34 PM
Excel Worksheet manipulation aces2 Excel Discussion (Misc queries) 1 December 22nd 05 03:16 PM
Excel Time Manipulation BFiedler Excel Discussion (Misc queries) 0 September 15th 05 01:15 AM


All times are GMT +1. The time now is 04:38 AM.

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

About Us

"It's about Microsoft Excel"