View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Domagoj Vulin Domagoj Vulin is offline
external usenet poster
 
Posts: 6
Default run exe program and locate current workbook

I have 2 questions:
1. how can I determine the current working folder of a XLS file with a
macro? GetAbsolutePath didn't give me the best results...
2. is it possible to run .exe program from a VBA macro and how?