Logo 
Search:

MS Office Answers

Ask Question   UnAnswered
Home » Forum » MS Office       RSS Feeds
  Question Asked By: Rufus Williams   on Sep 30 In MS Office Category.

  
Question Answered By: Abbad Akhtar   on Sep 30

If C433 is the same in each sheet would something like this work for you?



Sub CFourThirtyThree()

Dim X As Integer

X = Sheets.Count





While X <> 0



Sheets(X).Select

Range("C433").Select

ActiveCell.FormulaR1C1 = "=RevisedQ(TIS, SStat, DFact, ForceC, Weights,
MATCH(ForceT, TNames, 0))"

X = X - 1



Wend

End Sub

Share: 

 

This Question has 1 more answer(s). View Complete Question Thread

 
Didn't find what you were looking for? Find more on Application.Calculate fails Or get search suggestion and latest updates.


Tagged: