Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 03-06-2021, 11:07 PM
Purfleet Purfleet is offline Change active cell after running macro in active cell via selection change Windows 10 Change active cell after running macro in active cell via selection change Office 2019
Expert
 
Join Date: Jun 2020
Location: Essex
Posts: 345
Purfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to beholdPurfleet is a splendid one to behold
Default

Please add example workbooks to save us wasting time recreating them

The below should work as a stand alone Macro, not done it as selection change

Code:
Sub CheckDate()

    Dim TheDate As Date
    
    TheDate = Date
    
    If ActiveCell.Value = "" And ActiveCell.Offset(-1, 0) = TheDate Then
        Range("A" & ActiveCell.Row) = TheDate
        
    End If

End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Cell equal value new value of active cell which is a drop down hassanmoukadem Excel Programming 1 04-13-2020 07:54 PM
Active cell not the one I select with curser. hayesfam3 Excel 0 08-15-2019 05:14 AM
Change active cell after running macro in active cell via selection change Clear all cell colors within a range starting at cell A8 and change row of active cell to yellow FUGMAN Excel Programming 7 02-05-2017 08:37 AM
Change active cell after running macro in active cell via selection change Change Macro so it does not refer to "Active Document" trent.bourne Word VBA 2 10-30-2016 01:49 AM
Change active cell after running macro in active cell via selection change Change cell color when selection is made from a drop down list fedcco Excel 12 08-28-2012 10:43 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 12:38 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft