+ Reply to Thread
Results 1 to 4 of 4

Run Macro on Highlighted Cells

  1. #1
    Registered User
    Join Date
    01-25-2011
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Run Macro on Highlighted Cells

    Hey all,

    I think this should be relatively simple. I want to have a macro that inputs the date into ONLY the highlighted cells. I easily found how to input the date using:

    Range("A").Value = Date

    However I have been unable to find how to only apply this to the highlighted cells. Any help is appreciated.

    Also, is it possible to create another macro that would input todays date plus three business days? That would surely be more difficult, but I am curious if that is an option. Thanks.

  2. #2
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,238

    Re: Run Macro on Highlighted Cells

    Try:

    Selection.Value = Date

    and

    Selection.Value = Date+3

    Regards
    Trevor Shuttleworth - Retired Excel/VBA Consultant

    I dream of a better world where chickens can cross the road without having their motives questioned

    'Being unapologetic means never having to say you're sorry' John Cooper Clarke


  3. #3
    Registered User
    Join Date
    01-25-2011
    Location
    USA
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Run Macro on Highlighted Cells

    Quote Originally Posted by TMShucks View Post
    Try:

    Selection.Value = Date

    and

    Selection.Value = Date+3

    Regards
    Scratch that on the difficult part. Thanks for the help, this is nearly exactly what I need.

    Does anyone else know if there is a way to exclude weekends in the "Date + 3" calculation to only make it business days. Thanks!

  4. #4
    Forum Guru TMS's Avatar
    Join Date
    07-15-2010
    Location
    The Great City of Manchester, NW England ;-)
    MS-Off Ver
    MSO 2007,2010,365
    Posts
    48,238

    Re: Run Macro on Highlighted Cells

    Look at NETWORKDAYS

    Regards

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1