View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
VBA Beginner VBA Beginner is offline
external usenet poster
 
Posts: 7
Default Pivot Table and User File Selection

Built a macro to create a pivot table but I want the user to be able to
select the file from any location and use that as the Data Source. Filename
will remain constant. I have tried GetOpenFilename and FileDialog w/o
success.

Any advice would be greatly appreciated.