Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Updateing worksheets when openening workbook


Hello.

How do I write a script that calculates all cells in a workbook when I
open it?


--
a94andwi
------------------------------------------------------------------------
a94andwi's Profile: http://www.excelforum.com/member.php...o&userid=21077
View this thread: http://www.excelforum.com/showthread...hreadid=384299

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,119
Default Updateing worksheets when openening workbook

Add this code to "ThisWorkbook"

Private Sub Workbook_Open()
Application.CalculateFull
End Sub

To get to thisworkbook right click the Excel Icon in the upper left corner
of the excel window and choose view code.
--
HTH...

Jim Thomlinson


"a94andwi" wrote:


Hello.

How do I write a script that calculates all cells in a workbook when I
open it?


--
a94andwi
------------------------------------------------------------------------
a94andwi's Profile: http://www.excelforum.com/member.php...o&userid=21077
View this thread: http://www.excelforum.com/showthread...hreadid=384299


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
updateing a orginal sheet after two or more have updated copys Configure spreadsheet mulit-users Excel Discussion (Misc queries) 1 May 19th 10 08:02 PM
Excel Updateing Information JohnM New Users to Excel 4 August 4th 07 01:28 PM
Hyperlink function without openening new Explorer every time nijunge Excel Worksheet Functions 1 August 25th 05 09:11 AM
Updateing formulas Dawn S Excel Worksheet Functions 0 May 24th 05 09:41 PM
Pivot Not Updateing Steve Excel Worksheet Functions 6 December 10th 04 07:00 PM


All times are GMT +1. The time now is 07:38 PM.

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"