View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
joel[_411_] joel[_411_] is offline
external usenet poster
 
Posts: 1
Default subfolder and file creation


To get a monthname using a number for the month use the following code

Dec = MonthName(12, abbreviate:=False)
Dec = MonthName(12, abbreviate:=True)


--
joel
------------------------------------------------------------------------
joel's Profile: 229
View this thread: http://www.thecodecage.com/forumz/sh...d.php?t=165124

Microsoft Office Help