View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ironhydroxide ironhydroxide is offline
external usenet poster
 
Posts: 51
Default Inserting Images from certain File Folder Take2


Previously i asked about inserting all images from a folder, Now my problem
is that when i run the code, it pops up a window, not at the specific folder
i defined, but at the My Documents folder. How does one fix this problem?
below is a snippet of my code

------------------------------------------------------------------------------------------------
Picturestring = Application _
.GetOpenFilename("D:\AAA Elder Zornes Documents\01 To Be Processed\CSM
Process Folder\All Files (*.jpg),*.jpg", , , , True)
------------------------------------------------------------------------------------------------

Thanks for any and all suggestions/replies

Ironhydroxide