ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Strange results... (https://www.excelbanter.com/excel-programming/359642-strange-results.html)

Jim May

Strange results...
 
With the following in my sheet1 - let's say I copy cell B4 - with contents Dog
and paste into A100. A100 only shows Dog and from my immediate window if
I then do ? application.enableevents (r)
I get False <<< Why?


Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
If Not Application.Intersect(Range("A:A"), Target) Is Nothing Then _
Target.Value = Target.Value & "-" & Date
Application.EnableEvents = True
End Sub

Jim May

Strange results...
 
Never mind; I got it going..

"Jim May" wrote:

With the following in my sheet1 - let's say I copy cell B4 - with contents Dog
and paste into A100. A100 only shows Dog and from my immediate window if
I then do ? application.enableevents (r)
I get False <<< Why?


Private Sub Worksheet_Change(ByVal Target As Range)
Application.EnableEvents = False
If Not Application.Intersect(Range("A:A"), Target) Is Nothing Then _
Target.Value = Target.Value & "-" & Date
Application.EnableEvents = True
End Sub



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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com