Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 287
Default Filldown Todays Date

Hello,

I'm looking for code to filldown Todays Date in a Range from A2 to end of
page.

Thanks,
Aaron
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 324
Default Filldown Todays Date

This is from VBA Help: Insert your sheet name and Range.
sub Filldown()
Worksheets("Sheet1").Range("A1:A10").FillDown
End Sub
--
Best wishes,

Jim


"Aaron" wrote:

Hello,

I'm looking for code to filldown Todays Date in a Range from A2 to end of
page.

Thanks,
Aaron

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 54
Default Filldown Todays Date

Aaron

Give this a try:

ActiveSheet.Range("A2:A60") = Now()

Adjust the range to suit your needs. You can format the cells in your
worksheet to display the date how you want or format the date in VBA using
Format(Now(),"mm/dd/yyyy").


"Aaron" wrote:

Hello,

I'm looking for code to filldown Todays Date in a Range from A2 to end of
page.

Thanks,
Aaron

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
is there a formula that will subtract todays date from a hire date Heather Excel Worksheet Functions 5 April 25th 23 07:44 PM
Making a date go red, if date passes todays date. Jamie Excel Worksheet Functions 2 September 9th 08 02:14 PM
Exel increment date problem wrt todays date. [email protected] Excel Worksheet Functions 1 November 11th 07 06:58 PM
Create a button that will date stamp todays date in a cell Tom Meacham Excel Discussion (Misc queries) 3 January 11th 06 01:08 AM
When I open my past invoice it keeps changing date to todays date Stop date changing to todays in Excel Excel Worksheet Functions 2 October 7th 05 04:54 PM


All times are GMT +1. The time now is 05:42 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"