Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Microsoft Office > Excel VBA > Excel VBA
|
Excel VBA Discuss using VBA for Excel programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Excel VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 25th, 2007, 08:43 PM
Registered User
 
Join Date: Mar 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default excell error (maybe bug)

Hi..

I want to ask why this happen?

When I calculate for first time the number change for example
In E9 Cell =+E8*5 the value is 5 (E8 value is 1) but when I change E8 value to 2
The E9 Cell didn’t change to 10

(I want to give my printscreen but i cannot paste the picture here)

please help

thanks
 
Old March 25th, 2007, 11:21 PM
Friend of Wrox
 
Join Date: Sep 2005
Posts: 812
Thanks: 1
Thanked 53 Times in 49 Posts
Default

Hi

One of the reasons might be the calculation is not set to automatic

It must be manual : Application.Calculation = xlCalculationManual

Instead set the calculation to automatic

with

Application.Calculation = xlCalculationAutomatic

It should give you instant results

Cheers
Shasur

http://www.vbadud.blogspot.com





Similar Threads
Thread Thread Starter Forum Replies Last Post
.NET bug: Error reflecting complex object with Nul peterwood .NET Web Services 0 February 7th, 2008 11:35 AM
Bug or no to bug learning C using VS.Net to compil tesh All Other Wrox Books 0 February 14th, 2007 01:06 PM
Dataview bug? or code error.. nyar C# 1 November 20th, 2006 03:03 PM
Syntax Error -- BUG REPORT Solved dparsons MySQL 1 October 5th, 2006 01:38 PM
Variable value error / bug ? James Diamond Pro VB 6 5 May 24th, 2004 08:49 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.