Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Limit on number of comments in a worksheet

Good day!
I've written a macro that validates the cell values in a worksheet, and
writes the error messages as comments in each cell. The problem I'm having is
that if there are too many rows (at least 2000) and too many errors, writing
all those comments make Excel slow and the memory usage very high (at least
200MB), and causes "Excel cannot complete this task with available
resources...". Why is this so? Is there any workaround for this?

Thank you very much.
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,058
Default Limit on number of comments in a worksheet

Consider using an audit sheet. As your macro validates values on your data
sheet, have it record the row/column id of error records an the audit sheet.
It can even change the background color of cells on the data sheet to help
visually see where the problems are.
--
Gary''s Student - gsnu200789


"dyowee" wrote:

Good day!
I've written a macro that validates the cell values in a worksheet, and
writes the error messages as comments in each cell. The problem I'm having is
that if there are too many rows (at least 2000) and too many errors, writing
all those comments make Excel slow and the memory usage very high (at least
200MB), and causes "Excel cannot complete this task with available
resources...". Why is this so? Is there any workaround for this?

Thank you very much.

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 7
Default Limit on number of comments in a worksheet

What is an audit sheet? =)

"Gary''s Student" wrote:

Consider using an audit sheet. As your macro validates values on your data
sheet, have it record the row/column id of error records an the audit sheet.
It can even change the background color of cells on the data sheet to help
visually see where the problems are.
--
Gary''s Student - gsnu200789


"dyowee" wrote:

Good day!
I've written a macro that validates the cell values in a worksheet, and
writes the error messages as comments in each cell. The problem I'm having is
that if there are too many rows (at least 2000) and too many errors, writing
all those comments make Excel slow and the memory usage very high (at least
200MB), and causes "Excel cannot complete this task with available
resources...". Why is this so? Is there any workaround for this?

Thank you very much.

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
Is there a limit to the number of formulas in an Excel worksheet? Del[_2_] Excel Worksheet Functions 3 March 29th 08 06:42 PM
How to limit number of rows and column in worksheet? Hrishi Excel Discussion (Misc queries) 1 June 6th 07 01:36 PM
is there a limit to the number of rows a worksheet can have? Debi Excel Discussion (Misc queries) 2 May 22nd 06 02:47 PM
How do I limit the number of rows displayed on a worksheet? cms31 Excel Discussion (Misc queries) 4 December 8th 05 06:20 PM
How do I limit the number of rows in an Excel worksheet. laforge27 Excel Worksheet Functions 1 November 4th 04 01:42 AM


All times are GMT +1. The time now is 06:00 PM.

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"