PC Review


Reply
Thread Tools Rate Thread

Cell Value doesn't change

 
 
=?Utf-8?B?S2FyZW41Mw==?=
Guest
Posts: n/a
 
      9th Nov 2007
Hi,

I have some code that has been working but now it seems to 'Hang up' and
won't change.

I have a cell that compares to another cell and if it has a value pulls in
the value of that cell.

=IF(ISBLANK(INDEX(CAMPoolTypes,6,1)),"",(INDEX(CAMPoolTypes,6,1)))

'Campooltypes, 6,1' is now blank but it continues to show it's old value.

I thought perhaps my screenupdating was still off for some reason so I ran
the statement: Application.ScreenUpdating = True and changed the value again
but the value pulled in did not change. I changed the value again and the
value changed. I cleared it and the value changed again as it should.

I am at a loss as to how to determine what is happening. I would appreciate
any suggestions on finding out what is causing this intermittant probem.
--
Thanks for your help.
Karen53
 
Reply With Quote
 
 
 
 
=?Utf-8?B?VGV4YXMgQWdnaWU=?=
Guest
Posts: n/a
 
      9th Nov 2007
Try this

=IF(ISBLANK(INDEX(CAMPoolTypes,6,1)),"",CAMPoolTypes!A6)

--
If this reply was helpful, please indicate that your question has been
answered to help others find anwsers to similar questions.

www.silverbirddesigns.com

Fighting Texas Aggie Class of 2009


"Karen53" wrote:

> Hi,
>
> I have some code that has been working but now it seems to 'Hang up' and
> won't change.
>
> I have a cell that compares to another cell and if it has a value pulls in
> the value of that cell.
>
> =IF(ISBLANK(INDEX(CAMPoolTypes,6,1)),"",(INDEX(CAMPoolTypes,6,1)))
>
> 'Campooltypes, 6,1' is now blank but it continues to show it's old value.
>
> I thought perhaps my screenupdating was still off for some reason so I ran
> the statement: Application.ScreenUpdating = True and changed the value again
> but the value pulled in did not change. I changed the value again and the
> value changed. I cleared it and the value changed again as it should.
>
> I am at a loss as to how to determine what is happening. I would appreciate
> any suggestions on finding out what is causing this intermittant probem.
> --
> Thanks for your help.
> Karen53

 
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing the cell format doesn't change existing cell content Kate Microsoft Excel Misc 2 14th Jan 2010 04:44 PM
Cell doesn't change if another cell is Y, otherwise make it = a thirdcell mjones Microsoft Excel Programming 2 16th Apr 2008 04:28 AM
Change cell color but it doesn't change =?Utf-8?B?VGhyZWVzIGEgY3Jvd2Q=?= Microsoft Excel Worksheet Functions 3 8th Mar 2007 10:13 PM
RE: Change cell color but it doesn't change =?Utf-8?B?R2FyeScncyBTdHVkZW50?= Microsoft Excel Worksheet Functions 0 8th Mar 2007 07:06 PM
Re: Why doesn't the row height change when the cell format is set to . Bernie Deitrick Microsoft Excel Misc 1 16th Sep 2004 05:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:59 AM.