Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
With this code i can load a file called "180704 AB.xls".
= Format(Date, "ddmmyy") & " AB.xls" But what i want to do is load a file with a month prefix. e.g "July 2004 AB.xls". Could someone please tell me how i could do this in VBA. Many thanks -- Message posted from http://www.ExcelForum.com |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Format(Date, "mmm yyyy") & " AB.xls"
-- HTH Bob Phillips ... looking out across Poole Harbour to the Purbecks (remove nothere from the email address if mailing direct) "Jako " wrote in message ... With this code i can load a file called "180704 AB.xls". = Format(Date, "ddmmyy") & " AB.xls" But what i want to do is load a file with a month prefix. e.g "July 2004 AB.xls". Could someone please tell me how i could do this in VBA. Many thanks. --- Message posted from http://www.ExcelForum.com/ |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
conditional formatting for cell date to equal today's date | Excel Worksheet Functions | |||
Recovering File Info Specifically Save Date or Print Date | Excel Discussion (Misc queries) | |||
Is it possible to link cell formatting in Excel from file to file | Excel Discussion (Misc queries) | |||
Date Colum Date Formatting & Validation | Excel Programming | |||
Macro drops date formatting to csv file | Excel Programming |