access2010
Registered User.
- Local time
- Today, 06:26
- Joined
- Dec 26, 2009
- Messages
- 1,115
Could I receive assistance on removing both of the # signs from the beginning and ending copy?
My copy code is below
===
Private Sub K_WebSite_01_Click()
If Nz(Me.WebSite_01, "") <> "" Then
With Me.WebSite_01
.SetFocus
.SelStart = 0
.SelLength = Len(.Text)
End With
DoCmd.RunCommand acCmdCopy
Else
MsgBox "There is no text for copying"
End If
End Sub
===
Your assistance is appreciated.
Paul
My copy code is below
===
Private Sub K_WebSite_01_Click()
If Nz(Me.WebSite_01, "") <> "" Then
With Me.WebSite_01
.SetFocus
.SelStart = 0
.SelLength = Len(.Text)
End With
DoCmd.RunCommand acCmdCopy
Else
MsgBox "There is no text for copying"
End If
End Sub
===
Your assistance is appreciated.
Paul