Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
Conker10382
 
Posts: n/a
Default How do I revert cells to blank automatically on spacific days?

Does anybody know of a function, formual, or macro on Excel 2003 that I can
use so that my spreadsheet will automatically erase information in certain
cells on certain days? For example: On May 25th I will enter "YES" in cells
B5 and B6. I want cell B5 to automatically revert to a blank cell on June
5th and cell B6 to revert to a blank cell on June 11th. There aren't many
things that you can NOT do with Excel. Did I find one?
  #3   Report Post  
Posted to microsoft.public.excel.misc
Conker10382
 
Posts: n/a
Default How do I revert cells to blank automatically on spacific days?

Don,
Thanks for the speedy reply. Unfortunately I am a master at Formulas and
Functions, but Macros are new territory for me. I don't expect you to take
up your day explaining to me how to enter a procedure in my workbook_open
event (unless it's really simple). Is there a training course offered by
Microsoft that could teach me this? When it comes to Excel, I'm willing to
learn everything there is to know.

"Don Guillett" wrote:

No. You could put a procedure in your workbook_open event

if date=sheets("yourmastersheet").range("a1") then _
sheets("sheettochange").range("b5")=""


--
Don Guillett
SalesAid Software

"Conker10382" wrote in message
...
Does anybody know of a function, formual, or macro on Excel 2003 that I
can
use so that my spreadsheet will automatically erase information in certain
cells on certain days? For example: On May 25th I will enter "YES" in
cells
B5 and B6. I want cell B5 to automatically revert to a blank cell on June
5th and cell B6 to revert to a blank cell on June 11th. There aren't many
things that you can NOT do with Excel. Did I find one?




  #5   Report Post  
Posted to microsoft.public.excel.misc
Conker10382
 
Posts: n/a
Default How do I revert cells to blank automatically on spacific days?

Thanks Don, you're suggestions worked great!

"Don Guillett" wrote:

right click the excel icon in the upper LEFT of your screen next to
FILEview codeplay around

--
Don Guillett
SalesAid Software

"Conker10382" wrote in message
...
Don,
Thanks for the speedy reply. Unfortunately I am a master at Formulas and
Functions, but Macros are new territory for me. I don't expect you to
take
up your day explaining to me how to enter a procedure in my workbook_open
event (unless it's really simple). Is there a training course offered by
Microsoft that could teach me this? When it comes to Excel, I'm willing
to
learn everything there is to know.

"Don Guillett" wrote:

No. You could put a procedure in your workbook_open event

if date=sheets("yourmastersheet").range("a1") then _
sheets("sheettochange").range("b5")=""


--
Don Guillett
SalesAid Software

"Conker10382" wrote in message
...
Does anybody know of a function, formual, or macro on Excel 2003 that I
can
use so that my spreadsheet will automatically erase information in
certain
cells on certain days? For example: On May 25th I will enter "YES" in
cells
B5 and B6. I want cell B5 to automatically revert to a blank cell on
June
5th and cell B6 to revert to a blank cell on June 11th. There aren't
many
things that you can NOT do with Excel. Did I find one?








  #6   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett
 
Posts: n/a
Default How do I revert cells to blank automatically on spacific days?

glad to help you learn how to do it yourself

--
Don Guillett
SalesAid Software

"Conker10382" wrote in message
...
Thanks Don, you're suggestions worked great!

"Don Guillett" wrote:

right click the excel icon in the upper LEFT of your screen next to
FILEview codeplay around

--
Don Guillett
SalesAid Software

"Conker10382" wrote in message
...
Don,
Thanks for the speedy reply. Unfortunately I am a master at Formulas
and
Functions, but Macros are new territory for me. I don't expect you to
take
up your day explaining to me how to enter a procedure in my
workbook_open
event (unless it's really simple). Is there a training course offered
by
Microsoft that could teach me this? When it comes to Excel, I'm
willing
to
learn everything there is to know.

"Don Guillett" wrote:

No. You could put a procedure in your workbook_open event

if date=sheets("yourmastersheet").range("a1") then _
sheets("sheettochange").range("b5")=""


--
Don Guillett
SalesAid Software

"Conker10382" wrote in message
...
Does anybody know of a function, formual, or macro on Excel 2003
that I
can
use so that my spreadsheet will automatically erase information in
certain
cells on certain days? For example: On May 25th I will enter "YES"
in
cells
B5 and B6. I want cell B5 to automatically revert to a blank cell
on
June
5th and cell B6 to revert to a blank cell on June 11th. There
aren't
many
things that you can NOT do with Excel. Did I find one?








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
OFFSET to include blank cells GMCN Excel Worksheet Functions 2 April 3rd 06 10:11 AM
pivot tables reports - altering display of (blank) cells cak Excel Worksheet Functions 1 August 22nd 05 12:39 AM
CONCATENATE problem with blank cells roger_home Excel Discussion (Misc queries) 1 August 17th 05 09:18 PM
Blank cells represented in area charts cdoughty Charts and Charting in Excel 2 August 6th 05 06:02 PM
Automatic copying data excluding blank cells Wesley Excel Worksheet Functions 6 November 30th 04 01:17 AM


All times are GMT +1. The time now is 06:49 PM.

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"