A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Excel » Worksheet Functions
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Excel Multiple sheet updates



 
 
Thread Tools Display Modes
  #1  
Old September 26th, 2008, 08:47 PM posted to microsoft.public.excel.worksheet.functions
Liz
external usenet poster
 
Posts: 251
Default Excel Multiple sheet updates

What is the correct function to use in my macro if I have many sheets in my
workbook and I need to update them monthly. after I update them, I have the
updated date in the footer. I know you can select all the sheets by holding
the shift key, but everything I have tried for the date changes everytime I
open the workbook. I want the date to change only when I run my macro.
  #2  
Old September 26th, 2008, 08:50 PM posted to microsoft.public.excel.worksheet.functions
Sean Timmons
external usenet poster
 
Posts: 1,722
Default Excel Multiple sheet updates

=If day(now())=1 Then
perform task

Or, you can just assign the macro to a button and have it run on click.

"Liz" wrote:

What is the correct function to use in my macro if I have many sheets in my
workbook and I need to update them monthly. after I update them, I have the
updated date in the footer. I know you can select all the sheets by holding
the shift key, but everything I have tried for the date changes everytime I
open the workbook. I want the date to change only when I run my macro.

 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


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


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