View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] lj@spu.edu is offline
external usenet poster
 
Posts: 3
Default Saving Data In a Macro

When I try and save down a sheet the has a pivot table in it using the
following visual basic I get the following error "Excel cannot complete
this task with available resources.
Choose less data or close other applications". Any suggestions?


ChDir Path
ActiveWorkbook.SaveAs Filename:= _
Name, FileFormat:= _
xlNormal, Password:="", WriteResPassword:="",
ReadOnlyRecommended:=False _
, CreateBackup:=False