View Single Post
 
Old 01-13-2017, 05:24 AM
grantworth grantworth is offline Windows 8 Office 2010 32bit
Novice
 
Join Date: Apr 2015
Posts: 5
grantworth is on a distinguished road
Default

Thanks for your response. I'm not up on VB unfortunately. Here's the macro I wrote.....It doesn't excecute at all, though other macros are working. I have a "pause" button on the keyboard. Can I use that?

Sub trackingname()
'
' trackingname Macro
'
'
Application.UserName = "EL"
Application.UserInitials = "EL"
Application.UserName = ""
Application.UserInitials = ""
Application.UserAddress = ""
End Sub
Reply With Quote