Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
j j is offline
external usenet poster
 
Posts: 128
Default Non Refreshing/Recalculating Cell ??

I have a cell that is being calculated via VB, and it's not actually
calculating anything, just showing the formula. If i manually type in the
formula, the same thing happens. Is there some setting/format that i'm
missing? here's the code:

For nRow = 3 To 3 Step 1

Range("C4").Select
ActiveCell.FormulaR1C1 = _
"='Sheet1'!C" & nRow

Next nRow

The code manually typed in is:

='s-matched to banks'!C3

Neither is working. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 258
Default Non Refreshing/Recalculating Cell ??

Hi,

probably the cell is formated as "Text"
or tools, options, view, uncheck formulas

Regards,
Ivan

  #3   Report Post  
Posted to microsoft.public.excel.programming
j j is offline
external usenet poster
 
Posts: 128
Default Non Refreshing/Recalculating Cell ??

Brilliant! It was labeled as "Text". Thanks so much!

"Ivan Raiminius" wrote:

Hi,

probably the cell is formated as "Text"
or tools, options, view, uncheck formulas

Regards,
Ivan


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
Stop specific cell from recalculating? Tony Gravagno Excel Worksheet Functions 3 November 16th 07 06:21 PM
Odd behavior...recalculating, refreshing? M. Authement Excel Discussion (Misc queries) 2 February 16th 06 12:19 PM
Preventing only one cell from recalculating Mike K[_4_] Excel Programming 1 October 28th 05 09:03 PM
Recalculating single cell Daniel Bonallack Excel Programming 4 May 11th 05 05:38 PM
Recalculating cell Dennis Allen Excel Programming 6 September 13th 04 08:29 PM


All times are GMT +1. The time now is 03:57 AM.

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"