Autorun VB Code
Closed
nephilim3uk
Posts
11
Registration date
Monday August 9, 2010
Status
Member
Last seen
October 27, 2010
-
Aug 13, 2010 at 04:31 PM
venkat1926 Posts 1864 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Aug 13, 2010 at 10:00 PM
venkat1926 Posts 1864 Registration date Sunday June 14, 2009 Status Contributor Last seen August 7, 2021 - Aug 13, 2010 at 10:00 PM
Related:
- Autorun VB Code
- Huawei test code - Guide
- Care code 205.2 lu003 - Yahoo Mail Forum
- Www.gameloft.com unlock code ✓ - Phones, PDA & GPS Forum
- Lava keypad mobile reset code ✓ - Phones, PDA & GPS Forum
- Samsung reset code - Guide
1 reply
venkat1926
Posts
1864
Registration date
Sunday June 14, 2009
Status
Contributor
Last seen
August 7, 2021
810
Aug 13, 2010 at 10:00 PM
Aug 13, 2010 at 10:00 PM
right click the sheet tab and click view code.
in that window copy this event code
============
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column <> 4 Then Exit Sub
<name of the macro>
End Sub
===============
whenever you enter any entry in any cell in D and hit enter key the macro will be run.
in that window copy this event code
============
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Column <> 4 Then Exit Sub
<name of the macro>
End Sub
===============
whenever you enter any entry in any cell in D and hit enter key the macro will be run.