Click here to Skip to main content
15,890,947 members

Comments by Marc Kane (Top 8 by date)

Marc Kane 12-May-20 5:22am View    
Thank you guys!
Marc Kane 30-Mar-20 16:55pm View    
Yes, i am aware of that, but with this code it is visible, and i dont want that, so im trying to figure out the reason why it is still displayed
Marc Kane 29-Mar-20 7:01am View    
For some reason it works with an absolute path, but i need it to work with this relative one, cant figure out why it wont open
Edit:
I used this lines to open the file, now it opens
Dim Path As String = "Values.xlsx"
Path = System.IO.Path.GetFullPath(Path)
xlWorkbook = xlApp.Workbooks.Open(Path)
Marc Kane 28-Mar-20 7:20am View    
Thanks, I will try to research it :)
Marc Kane 28-Mar-20 7:07am View    
Sorry, the foreground starts another app that is doing this above mentioned, so i didnt find a better way to let foreground know when the process is finished than to check if the final file has been created.