Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 829 Bytes

object-already-loaded-error-360.md

File metadata and controls

22 lines (14 loc) · 829 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Object already loaded (Error 360)
vblr6.chm1117810
vblr6.chm1117810
e492bbbc-572d-af2f-111f-1879c7b35ea3
06/08/2017
medium

Object already loaded (Error 360)

The control in the control array has already been loaded. This error has the following cause and solution:

  • You tried to add a control to a control array at run time with the Load statement but the index value you referred to already exists.

    Change the index reference to a new value or check whether your code is executing the same Load statement with the same index value reference more than once.

[!includeSupport and feedback]