Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Is there a way to show who opened the file in the header section or just show
who open the file? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Put this macro in the workbook code area:
Private Sub Workbook_BeforePrint(Cancel As Boolean) ActiveSheet.PageSetup.CenterHeader = Environ("username") End Sub -- Gary''s Student - gsnu200800 "pgarcia" wrote: Is there a way to show who opened the file in the header section or just show who open the file? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
You the man!
Question, how does it know where to get this info from? "Gary''s Student" wrote: Put this macro in the workbook code area: Private Sub Workbook_BeforePrint(Cancel As Boolean) ActiveSheet.PageSetup.CenterHeader = Environ("username") End Sub -- Gary''s Student - gsnu200800 "pgarcia" wrote: Is there a way to show who opened the file in the header section or just show who open the file? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel 2003 saved file will not open without a blank workbook open | Excel Discussion (Misc queries) | |||
Search open sheets in workbook and insert into open sheet | Excel Discussion (Misc queries) | |||
Open email windows can't open, excel shreadsheet file .xls ? | Excel Discussion (Misc queries) | |||
file open via IE hyperlink causes already open files to shrink and tile | Setting up and Configuration of Excel | |||
How do I stop Excel from closing the open file each time I open a. | Setting up and Configuration of Excel |