Quantcast
Channel: excel doesn´t update links
Browsing latest articles
Browse All 12 View Live

excel doesn´t update links

Have you used the last line I use in the example: System.Runtime.InteropServices.Marshal.ReleaseComObject(xlapp) 'to close for sure if xlApp.visible was usedIt helped me closing the files.Also it needs...

View Article



excel doesn´t update links

Hi Fabean,>> It works now. I changed the default values in excel like the thread you provided suggested. I also kept the text file open while opening the linking excel file.I am glad to know your...

View Article

excel doesn´t update links

Thanks!It works now. I changed the default values in excel like the thread you provided suggested. I also kept the text file open while opening the linking excel file.However now excel doesn´t quit,...

View Article

excel doesn´t update links

Have a look here for the enabling of links:https://support.office.com/en-us/article/Enable-or-disable-macros-in-Office-files-12b036fd-d140-4e74-b45e-16fed1a7e5c6And here to enable the links by defaults...

View Article

excel doesn´t update links

Just did a test application and I don't get the update either.But I did it with an xlsx file instead of txt to remove that uncertainty. More later...It seems that the first file is not updated when...

View Article


excel doesn´t update links

Yes, right.The links do not update.Columns in File2.xlsx links to columns in File1.txt.

View Article

excel doesn´t update links

Votre ouverture de workbookxlapp.Workbooks.Open("File2.xlsx",3)est censé mettre à jour les liens interne du workbook.C'est cela qui ne fonctionne pas? des liens ne sont pas mis à jour?

View Article

excel doesn´t update links

Thanks for answering.Here´s the code: Dim xlapp As New Microsoft.Office.Interop.Excel.Application Dim od As Microsoft.Office.Interop.Excel.XlSortOrder =...

View Article


excel doesn´t update links

It is not clear where the problem may reside.Show some code about how you do the opening of the workbook, the failed updating, the save and closing.

View Article


excel doesn´t update links

Thanks for answering,I'm doing this in vb.net.I extract data from a sql server database into a text file. This text file is linked to an excel workbook ("file").The idea is to open the excel file,...

View Article

excel doesn´t update links

Hi Fabean,First of all, could you clarify what type your project is and whether you create VBA in Excel?This forum is about the Visual Basic programming language, IDE, libraries, samples, and tools....

View Article

excel doesn´t update links

Hi,I use this code:        xlapp.Workbooks.Open("file", 3)I'm trying to get excel to update links from a text file. Can you help me with this please?Thanks Fabean

View Article
Browsing latest articles
Browse All 12 View Live




Latest Images