Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Is there any way to get a date into the print of VBA Code?
-- Bill @ UAMS |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Do you mean myDate = #8/6/05# , where the pound signs indicate a date?
"BillCPA" <Bill @ UAMS wrote in message ... Is there any way to get a date into the print of VBA Code? -- Bill @ UAMS |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you mean when you print the code:
No, except to type it in the module. No header/footer options. -- Regards, Tom Ogilvy "BillCPA" <Bill @ UAMS wrote in message ... Is there any way to get a date into the print of VBA Code? -- Bill @ UAMS |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Bill,
You could manually enter the date at the top of a Module (be sure to use the asterik ' ' 8/5/05 or ' Aug 5, 2005 Or you could set up a separate code module to input the date into a Module and than print the module. For this you'll need code to write to a code module. -- steveB Remove "AYN" from email to respond "BillCPA" <Bill @ UAMS wrote in message ... Is there any way to get a date into the print of VBA Code? -- Bill @ UAMS |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
This is what I'm looking for. Where might I find some examples of code to
write to a code module? -- Bill @ UAMS "STEVE BELL" wrote: Bill, You could manually enter the date at the top of a Module (be sure to use the asterik ' ' 8/5/05 or ' Aug 5, 2005 Or you could set up a separate code module to input the date into a Module and than print the module. For this you'll need code to write to a code module. -- steveB Remove "AYN" from email to respond "BillCPA" <Bill @ UAMS wrote in message ... Is there any way to get a date into the print of VBA Code? -- Bill @ UAMS |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Chip Pearson's page
http://www.cpearson.com/excel/vbe.htm -- Regards, Tom Ogilvy "BillCPA" <Bill @ UAMS wrote in message ... This is what I'm looking for. Where might I find some examples of code to write to a code module? -- Bill @ UAMS "STEVE BELL" wrote: Bill, You could manually enter the date at the top of a Module (be sure to use the asterik ' ' 8/5/05 or ' Aug 5, 2005 Or you could set up a separate code module to input the date into a Module and than print the module. For this you'll need code to write to a code module. -- steveB Remove "AYN" from email to respond "BillCPA" <Bill @ UAMS wrote in message ... Is there any way to get a date into the print of VBA Code? -- Bill @ UAMS |
#7
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Also, another example ...
http://www.vbaexpress.com/kb/getarticle.php?kb_id=250 HTH -- Regards, Zack Barresse, aka firefytr "BillCPA" <Bill @ UAMS wrote in message ... This is what I'm looking for. Where might I find some examples of code to write to a code module? -- Bill @ UAMS "STEVE BELL" wrote: Bill, You could manually enter the date at the top of a Module (be sure to use the asterik ' ' 8/5/05 or ' Aug 5, 2005 Or you could set up a separate code module to input the date into a Module and than print the module. For this you'll need code to write to a code module. -- steveB Remove "AYN" from email to respond "BillCPA" <Bill @ UAMS wrote in message ... Is there any way to get a date into the print of VBA Code? -- Bill @ UAMS |
#8
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks, guys!
-- Bill @ UAMS "BillCPA" wrote: This is what I'm looking for. Where might I find some examples of code to write to a code module? -- Bill @ UAMS "STEVE BELL" wrote: Bill, You could manually enter the date at the top of a Module (be sure to use the asterik ' ' 8/5/05 or ' Aug 5, 2005 Or you could set up a separate code module to input the date into a Module and than print the module. For this you'll need code to write to a code module. -- steveB Remove "AYN" from email to respond "BillCPA" <Bill @ UAMS wrote in message ... Is there any way to get a date into the print of VBA Code? -- Bill @ UAMS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
printout with auto date | Excel Worksheet Functions | |||
Code to conditional format all black after date specified in code? | Excel Discussion (Misc queries) | |||
Convert a julian gregorian date code into a regular date | Excel Worksheet Functions | |||
code pasting a date changes date format in current month only | Excel Programming | |||
Printout Code Problem | Excel Programming |