Hello,

I am having the following problem:

I have a sheet with several textboxes and comboboxes (they are not part of a form, they were added to the sheet directly).

The texboxes/comboboxes have linkedcells. The textboxes/comboboxes get updated fine when I manually change the linkedcells content, however they are not when the cells get updated from my vba code (I have a loop changing the linkedcells and Id like to see the changes reflected in the spreadsheet as they happen).

Do you know how I could get the textboxes/comboboxes to get refreshed from my vba code?

Thank you!