tags:

views:

188

answers:

0

As per my Application (VBA), it scan the excel sheet and then convert Active-X controls to Form Control if any.

Need to implement:

If the nested grouping is there then we need ungroup all the sub group and then convert the controls into Form controls and then again group all the controls as it is.

Issue:

Unable to group the controls unto the root level, it groups only once.

After grouping first level it could not identify the grouped controls as object and it creates problem.

Need Help:

Please let me know if there is any solution or reference for this issue.