Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]() Very simple question..... Is there is any way to get the same result in Excel WorkSheet (under Cell) as of PrintDate in "MS WordInsertFieldDate and TimePrintDate" ![]() -- irresistible007 ------------------------------------------------------------------------ irresistible007's Profile: http://www.hightechtalks.com/m63 View this thread: http://www.hightechtalks.com/t2258897 |
#2
![]() |
|||
|
|||
![]()
irresistible007 wrote:
Very simple question..... Is there is any way to get the same result in Excel WorkSheet (under Cell) as of PrintDate in "MS WordInsertFieldDate and TimePrintDate" ![]() You could try some code in the ThisWorkbook module, e.g Private Sub Workbook_BeforePrint(Cancel As Boolean) Range("A1") = Date End Sub For info on event code, see http://www.mvps.org/dmcritchie/excel/event.htm HTH, Andy |
#3
![]() |
|||
|
|||
![]()
There is keyboard-shortcut;
With A1 active(and blank) press Control(key)+ ; HTH "irresistible007" wrote in message ... Very simple question..... Is there is any way to get the same result in Excel WorkSheet (under Cell) as of PrintDate in "MS WordInsertFieldDate and TimePrintDate" ![]() -- irresistible007 ------------------------------------------------------------------------ irresistible007's Profile: http://www.hightechtalks.com/m63 View this thread: http://www.hightechtalks.com/t2258897 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I link excel to word so excel changes appear in word? | Excel Discussion (Misc queries) | |||
Can Excel Export Data to Word Format? | Excel Discussion (Misc queries) | |||
Entering Excel information into MS Word | Excel Discussion (Misc queries) | |||
How to embed Word document into Excel and retain sizing, formatti. | Excel Discussion (Misc queries) | |||
Embedded word doc changed to image-need to change back to word. | Excel Discussion (Misc queries) |