View Single Post
 
Old 03-16-2015, 08:21 AM
Charlietbh Charlietbh is offline Windows 7 64bit Office 2013
Novice
 
Join Date: Mar 2015
Posts: 2
Charlietbh is on a distinguished road
Default Change the date format of stuborn imported data

Hello,

I'm exporting reports froim QuickBooks Online to Excel 2013 and don't like the way the date format looks. Currently today would show as 16/03/2015 rather than 16 Mar 15, which I prefer. In previous versions of QuickBooks I could just run a macro to change the format of the exported dates by highlighting them and running:

' Date solution
'

'
Selection.NumberFormat = "[$-809]dd mmm yy;@"
End Sub

But now if I do that nothing changes unless I click on each sell and press F2 then Enter. I know it's only a cosmpetic thing but I'd appreciate any help.
Reply With Quote