I have an excel workbook that is linked to a second workbook. I also have code written in the first workbook that opens a 3rd workbook, copies comments from a textbox, and then pastes them into the first workbook. Here is my problem. In 2007 this works perfect but in 2010 when the code is executed and this line runs...
Set CMWkBk = Workbooks.Open("L:filename.xlsx", 0, ReadOnly)
The links that already visually updated return back to an old, incorrect value. After that, I cannot even manually refresh the links. Again, if I run the same thing in 2007, I have no problems. The links visually refresh and stay as the rest of my code runs.
This is an application that I have many people that use in our company and have a mix of 2007 and 2010 users so I can't fix it by downgrading users.
Any thought/help would be greatly appreciated!
Set CMWkBk = Workbooks.Open("L:filename.xlsx", 0, ReadOnly)
The links that already visually updated return back to an old, incorrect value. After that, I cannot even manually refresh the links. Again, if I run the same thing in 2007, I have no problems. The links visually refresh and stay as the rest of my code runs.
This is an application that I have many people that use in our company and have a mix of 2007 and 2010 users so I can't fix it by downgrading users.
Any thought/help would be greatly appreciated!