Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 209
Default Update a sheet

Hi
In excel i can say that excel not shall calculate all sheets
i set this to manuel.
But is there not a way i can update one specific sheet
from a vba form?

I have try with

Sheets("perioder").Update

but here i get a error

Best regards alvin


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Update a sheet

Hi Alvin,

From VBA Help on Calculate:

All open workbooks Application.Calculate (or just Calculate)
A specific worksheet Worksheets(1).Calculate
A specified range Worksheets(1).Rows(2).Calculate



---
Regards,
Norman



"Alvin Hansen" wrote in message
...
Hi
In excel i can say that excel not shall calculate all sheets
i set this to manuel.
But is there not a way i can update one specific sheet
from a vba form?

I have try with

Sheets("perioder").Update

but here i get a error

Best regards alvin




  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Update a sheet

Sheets("perioder").Calculate

--
Regards,
Tom Ogilvy


"Alvin Hansen" wrote in message
...
Hi
In excel i can say that excel not shall calculate all sheets
i set this to manuel.
But is there not a way i can update one specific sheet
from a vba form?

I have try with

Sheets("perioder").Update

but here i get a error

Best regards alvin




  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 209
Default Update a sheet

Its working
Thanks
alvin


"Norman Jones" skrev:

Hi Alvin,

From VBA Help on Calculate:

All open workbooks Application.Calculate (or just Calculate)
A specific worksheet Worksheets(1).Calculate
A specified range Worksheets(1).Rows(2).Calculate



---
Regards,
Norman



"Alvin Hansen" wrote in message
...
Hi
In excel i can say that excel not shall calculate all sheets
i set this to manuel.
But is there not a way i can update one specific sheet
from a vba form?

I have try with

Sheets("perioder").Update

but here i get a error

Best regards alvin





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
Update a autofilter sheet from another sheet Don Excel Discussion (Misc queries) 1 June 18th 08 12:57 PM
Update from different sheet shakey1181 Excel Discussion (Misc queries) 0 May 15th 07 02:38 PM
insert query into excell sheet to update excell sheet and pivot table vbsolo Excel Discussion (Misc queries) 0 August 24th 05 12:41 PM
update sheet on the web marwan Excel Discussion (Misc queries) 0 March 16th 05 07:53 PM
Sheet Update Help tiptop[_5_] Excel Programming 2 July 26th 04 04:00 AM


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

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"