Hi,
Does someone know where I can find more information on the class names for Excel’s windows? e.g. I want to use API calls, like
handle = FindWindow(“ThunderDFrame”, UserForm1.Caption)
here, “ThunderDFrame” is the class name for Excel’s UserForms. But what about sheets and charts??? Especially, if an embedded chart is in a chart window, is there a class name for this?