PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Crashes Function won't calculate until I click in Cell and press Enter

Reply

Function won't calculate until I click in Cell and press Enter

 
Thread Tools Rate Thread
Old 22-06-2007, 10:00 AM   #1
=?Utf-8?B?Qm9yb21pck9mR29uZG9y?=
Guest
 
Posts: n/a
Default Function won't calculate until I click in Cell and press Enter


Hi all,

I created my own function which does work correctly. After doing some work,
the cells using this function are displaying #Value. Since the function did
work before and I did not change anything I was a bit worried.

Nothing did work until I just clicked in one cell containing the function
and pressed enter, and it works. Miracle! Since I don't like to click
hundreds of cells I would appreciate, if any of you guys encountered this
error before.

I am using Excel 2003 11.8134.8132 SP2
  Reply With Quote
Old 22-06-2007, 08:57 PM   #2
=?Utf-8?B?R2FyeScncyBTdHVkZW50?=
Guest
 
Posts: n/a
Default RE: Function won't calculate until I click in Cell and press Enter

By clicking the cell and touching ENTER, your are forcing the function to
re-calculate.


Run this tiny macro to force complete re-calculation:

Sub kick_it()
Application.CalculateFullRebuild
End Sub

--
Gary''s Student - gsnu200732


"BoromirOfGondor" wrote:

> Hi all,
>
> I created my own function which does work correctly. After doing some work,
> the cells using this function are displaying #Value. Since the function did
> work before and I did not change anything I was a bit worried.
>
> Nothing did work until I just clicked in one cell containing the function
> and pressed enter, and it works. Miracle! Since I don't like to click
> hundreds of cells I would appreciate, if any of you guys encountered this
> error before.
>
> I am using Excel 2003 11.8134.8132 SP2

  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

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 On
HTML code is Off