Wednesday 6 July 2016

How to Resolve - Alternate Date Formats in Header/Footer?

Alternate Date Formats in Header/Footer

When I am setting up header/footer information in the page setup tab, 'basic' information can easily be inserted and formatted.
However, for a date in the header where one wants more than just dd/mm/yyyy with "&[Date]" in the Header/Footer tab, how can that
be done?
For example, if I want the date in the header to preview as, "January 2011" what 'code' or 'syntax' should I use? I tried/test "&[Month]" instead of "&[Date]" and that doesn't seem to work.
Anyone know?
 
Many thanks,
kgriba

Solutions to the Problem Alternate Date Formats in Header/Footer

Download SmartPCFixer for Free Now

When I am setting up header/footer information in the page setup tab, 'basic' information can easily be inserted and formatted.
However, for a date in the header where one wants more than just dd/mm/yyyy with "&[Date]" in the Header/Footer tab, how can that
be done?
For example, if I want the date in the header to preview as, "January 2011" what 'code' or 'syntax' should I use? I tried/test "&[Month]" instead of "&[Date]" and that doesn't seem to work.
Anyone know?
You can do that with a macro(ALT+F11-->Insert Module-->Copy/paste the code below in white sheet):
Public Sub m()
    Application.ScreenUpdating = False
    With ActiveSheet.PageSetup
        .LeftHeader = Format(Date, "mmmm")
        .CenterHeader = ""
        .RightHeader = ""
        .LeftFooter = ""
        .CenterFooter = ""
        .RightFooter = ""
    End With
    Application.ScreenUpdating = True
End Sub
ALT+F11-->ALT+F8-->Select: m--> Run

Mauro Gamberini - Microsoft© MVP(Excel)
http://www.maurogsc.eu/

Using Windows troubleshooter:

  • Click on Search on Charm bar and type Troubleshooting. Click on the very first option.
  • A new window will open. Click View all from the left pane.
  • Scroll down to the bottom and click on Windows update.
  • Troubleshooter window for Windows update will pop up. Click on NEXT. It may ask you for administrative permission.
  • The troubleshooter will automatically detect problems and fix it.
  • Now, close this window and try download/install the app which was previously showing error.

Recommended Method to Fix the Problem: Alternate Date Formats in Header/Footer:

How to Fix Alternate Date Formats in Header/Footer with SmartPCFixer?

1. You can Download Error Fixer here. Install it on your system. When you open it, it will perform a scan.

2. After the scan is done, you can see the errors and problems need to be fixed. Click Fix All.

3. The Repair part is done, the speed of your computer will be much higher than before and the errors have been fixed. You can also use other functions in this software. Like dll downloading, junk file cleaning and print spooler error repair.


Related: error message fsui.exe/ wlidcli.dll is missing
,Solution to Error: Excel: Automatic number generation
,Troubleshoot:i wanna change language of all windows in Windows 7 Home Premium
,Troubleshooting:IF Function, if the vendor ID in column A matches any of the vendor ID's in column F, I want 1099 to appear in column D. Error
,Fast Solution to Problem: ReadyBoost is not working properly in my computer
,Troubleshoot:Error: "0x81000032 make sure the C: drive is online and set to NTFS" when trying to backup to external hard drive. Error,External Hard Drive not listed in Windows 7 backup wizard Tech Support,Tech Support: I'm always being signed off so annoying,Solution to Problem: Impossible to use Internet Explorer! I keep getting the same error message every time i try to use IE.,Referencing data in Access using Excel [Anwsered],Need Best Way To Present Data [Anwsered],Same question but for windows 7 home edition,sometimes fullscreen won't activate [Solved],Solution to Error: We bought a new computer with windows 7 and it is constantly freezing. How do we fix this?,Solution to Error: Windows 8 update crash (2013-07-22),brclr.dll.mu_ Missing Error Fixer,How To Resolve Missing fin_myagtui.eng Problem,Corrupted f_0006ad File - How to Fix,nkebigvg.cpl Not Found Error Fixer,Corrupted olcontrols.ocx File - How to Fix
Read More: How to Resolve - Apparently my email on outlook express has been blocked by everyone. Can this happen??,[Solution] An annoying error message..,Fast Solution to Error: Anyone having trouble replying or sending emails. I'm having trouble with contacts loading and get a js error. It is also creating a draft whenever a message is sent.,[Anwsered] application has generated an exception that cannot be handled on almost all downloads,How to Resolve - Although I use the Internet Explorer tools in an effort to remove history, many of the web pages I or another user have visited remain visible in history. How do I remove those that won't go away????,After Windows Update CD/DVD drive does not work,After installing windows 7 to laptop the labels print out of line how can I fix it,After my computer sleeps the wireless always disconnects and will no reconnect,After signing into Pogo.com, I get a message" This tab has been recovered"....what does this mean and how do I fix it.....,All desktop icons changed to windows live and does not open

No comments:

Post a Comment