Thread: Folder Size
View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Peter Jausovec Peter Jausovec is offline
external usenet poster
 
Posts: 4
Default Folder Size

Hi,

You will need a loop ... This VBA code should be useful for your problem
(with a little modification :)):
http://www.exceltip.com/st/List_file...Excel/446.html

--
http://blog.jausovec.net


"Andibevan" je napisal:

Hi All,

I am trying to build a function that will output the total size (including
sub-folders) of a directory?

Is there a way of easily returning this information or would a loop be
required?

Ta

Andi