ipbr21054
Well-known Member
- Joined
- Nov 16, 2010
- Messages
- 5,737
- Office Version
- 2007
- Platform
- Windows
Hi,
I am using this code below but i would like to also add the current date when its run.
+TODAY() isnt correct so please can you advise how its done.
Thanks
I am using this code below but i would like to also add the current date when its run.
+TODAY() isnt correct so please can you advise how its done.
Code:
Private Sub Imageline_Click()Rows("6:6").Insert Shift:=xlDown, CopyOrigin:=xlFormatFromLeftOrAbove
Range("A6").Select
Range("A6:P6").Borders.LineStyle = xlContinuous
Range("A6:P6").Borders.Weight = xlThin
Range("A6:P6").Interior.ColorIndex = 6
End Sub
Thanks