Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am looking for a macro that I can attach to a button in
an Excel form that will pull either the registry name or the user name into a field in the form. This would be similar to a signature macro that is used in Outlook. We need this for a manager's authorization on a form. Any help from experts out there would be greatly appreciated! |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Keven,
No expert me, but Range("A1") = Application.UserName -- sb "Keven Hoopiiaina" wrote in message ... I am looking for a macro that I can attach to a button in an Excel form that will pull either the registry name or the user name into a field in the form. This would be similar to a signature macro that is used in Outlook. We need this for a manager's authorization on a form. Any help from experts out there would be greatly appreciated! |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Keven
Range("A1").Value = Application.UserName places the user name in A1 of the active sheet. I suppose you can use something like TextBox1 = Application.userName Regards Peter -----Original Message----- I am looking for a macro that I can attach to a button in an Excel form that will pull either the registry name or the user name into a field in the form. This would be similar to a signature macro that is used in Outlook. We need this for a manager's authorization on a form. Any help from experts out there would be greatly appreciated! . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Signature or Logo | Excel Worksheet Functions | |||
Electronic Signature? | Excel Discussion (Misc queries) | |||
Digital Signature | Excel Discussion (Misc queries) | |||
How do I add a signature | Excel Discussion (Misc queries) | |||
Digital Signature | Excel Programming |