A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Word » Tables
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Table performance



 
 
Thread Tools Display Modes
  #1  
Old December 23rd, 2005, 07:55 AM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Table performance

I have written asmall reporting application using macros but if I use a
table, the performance is really slow. What is the best way (API) to use in
this kind of a scenario
  #2  
Old December 23rd, 2005, 04:01 PM posted to microsoft.public.word.tables
external usenet poster
 
Posts: n/a
Default Table performance

On Thu, 22 Dec 2005 23:55:02 -0800, bakshi
wrote:

I have written asmall reporting application using macros but if I use a
table, the performance is really slow. What is the best way (API) to use in
this kind of a scenario


Working with tables can be slow, and there are some ideas at
http://www.word.mvps.org/FAQs/TblsFl...FastTables.htm for avoiding
the worst traps.

Often, though, the macros I see are slow because they try to work with
the Selection object instead of Range objects. That incurs a lot of
overhead, as Word has to redraw the screen every time the Selection
moves enough to cause scrolling.

--
Regards,
Jay Freedman
Microsoft Word MVP FAQ: http://word.mvps.org
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Add New Field to DB Karen Database Design 7 October 19th, 2005 08:03 PM
Help again from Ken Snell (Query) Randy Running & Setting Up Queries 22 August 29th, 2005 08:15 PM
Seeking some expert advice. HD87glide Using Forms 14 March 23rd, 2005 10:11 PM
Manual line break spaces on TOC or Table of tables Eric Page Layout 9 October 29th, 2004 04:42 PM
Here's a shocker Mike Labosh General Discussion 2 October 26th, 2004 05:04 PM


All times are GMT +1. The time now is 09:16 AM.


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