Thread: Format + Data
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
GB[_3_] GB[_3_] is offline
external usenet poster
 
Posts: 70
Default Format + Data


"AA" wrote in message
...
{='c:\mywb.xls'!myRange} reads the area myRange into the
current worksheet when entered as an array formula in an
identical area. However, this does not retrieve the format
of the cells from c:\mywd.xls.

Is there a way of getting the data with the format?


You can do it in VBA code, using pastespecial and xlPasteFormats. I don't
think it is possible to it as a worksheet function