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

Folks

I'm having a rather irritating problem with some part of my
VBA-constructed worksheet not willing to recalc.

To make a rather complex process short I have basically some VBA code
constructing a worksheet from scratch. Everything works as expected
except that a specific range doesn't recalc.

* I have tried to turn auto calc on or off
* I have tried to apply the Calculate to that specific range,
to the enclosing worksheet or to the whole workbook.
* I have tried CalculateFull
* I have tried a "find & replace" to replace "=" with "="
on that range
(I have found that this sometimes "unlocks" "frozen" formulas

But simply pressing F9 after running my macro works just fine...

Argh !

Any Idea ?

(XL2000 SP3)

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 691
Default Recal problems

Hi Alex,
Someone reported a similar problem, and the TrimALL macro
fixed problem
http://www.mvps.org/dmcritchie/excel/join.htm#trimall

The macro remove spaces and reenters content, so that you
use your actual cell formatting that you may have set after
you entered your data. Changing a number format on a number
is effective immediately, but crossing between text and numbers
will not take effect until data is reentered.

Your other items are in effect reentering the data, whether F2
or changing "=" to "="
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"AlexT" wrote in message oups.com...
Folks

I'm having a rather irritating problem with some part of my
VBA-constructed worksheet not willing to recalc.

To make a rather complex process short I have basically some VBA code
constructing a worksheet from scratch. Everything works as expected
except that a specific range doesn't recalc.

* I have tried to turn auto calc on or off
* I have tried to apply the Calculate to that specific range,
to the enclosing worksheet or to the whole workbook.
* I have tried CalculateFull
* I have tried a "find & replace" to replace "=" with "="
on that range
(I have found that this sometimes "unlocks" "frozen" formulas

But simply pressing F9 after running my macro works just fine...

Argh !

Any Idea ?

(XL2000 SP3)



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
aauugghhh...#div/o problems & various average formula problems acbel40 Excel Worksheet Functions 5 October 19th 09 05:00 PM
Sometimes formuli in workbook don't auto update with auto-recal on PE2 Excel Worksheet Functions 1 October 12th 06 03:49 PM
tab problems JulieGirl New Users to Excel 2 April 26th 05 06:32 AM
RTD Problems Jonathan Pinnock Excel Programming 0 October 8th 04 09:43 AM
Problems merging an excel file due to code or file problems? Cindy M -WordMVP- Excel Programming 0 September 14th 04 02:58 PM


All times are GMT +1. The time now is 09:03 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"